Forum Replies Created
-
AuthorPosts
-
February 8, 2016 at 10:22 am in reply to: Event Ticket Plus Not Working with Custom Post Type #1069631
Sean Sullivan
ParticipantHi Nico:
I’m having the same problem. Is there an estimated release date for the 4.1.1 release? I’m attempting to use Event Tickets Plus on a client’s site, but may have to find another solution depending on timeline. Thanks!
Sean Sullivan
ParticipantI posted about a similar problem a few days ago: https://theeventscalendar.com/support/forums/topic/recurring-events-repeating-multiple-times-in-the-same-day/
I have about 7,000 dupes to delete. I’m not getting 404 errors, but they seem to be exponentially reproducing, Gremlins style.
February 2, 2016 at 5:55 am in reply to: Recurring events repeating multiple times in the same day #1066164Sean Sullivan
ParticipantScreenshot: http://imgur.com/fUatzP1
February 2, 2016 at 5:48 am in reply to: Recurring events repeating multiple times in the same day #1066162Sean Sullivan
ParticipantHi Hunter,
I’m afraid that didn’t resolve my issue.
As mentioned, we have dozens of recurring events that are working properly. It’s just this one event that’s causing so much trouble. It — along with the other — was imported to this site from another, which has me wondering if it was a glitch in the import. I found another thread that indicated a user had experienced something similar.
I’ve decided to delete the event and just start again. However, I’m having trouble with that too.
The event has multiplied itself to the point where there are 7,000+ instances of this event. I’ve resorted to erasing them, which is a slow process that sometimes does and doesn’t work.
I’ve set WP to show 100 posts at a time. Sometimes I can delete all at once. For the most part, I receive a “Error in moving to Trash.” warning. After refreshing the page, I’ll see that 15-20 of the events have been moved to the Trash.
With 7,000 posts, and deleting 15 at a time, I’m looking at about 467 page refreshes to get rid of all these duplicate events. Any help you can provide in how to bulk delete this event would be appreciated.
-
This reply was modified 10 years, 2 months ago by
Sean Sullivan.
January 29, 2016 at 11:42 am in reply to: Recurring events repeating multiple times in the same day #1064634Sean Sullivan
ParticipantTo follow up on the Time & Date: It’s possible that, when I entered these, I mistakenly chose “Every Day” instead of “Every Week”. Regardless, I only made one entry.
January 29, 2016 at 11:40 am in reply to: Recurring events repeating multiple times in the same day #1064633Sean Sullivan
ParticipantHello!
Thanks for the reply.
Today’s events (there should only be one): http://imgur.com/HO2NR8R
After editing: http://imgur.com/53jGdnl
Time and date: http://imgur.com/SdcdqPv
Changing “Every Day” to “Every Week” only affects that event.
After another review, it looks like — somehow — the plugin has multiplied one recurring event (e.g., weekly or daily) into a new, daily recurring event for each.
So, one daily recurring event is creating a new daily recurring event for each day of the week. I think.
This is only happening for 2-3 of our 60+ recurring events. NO IDEA where to go next to resolve this.
January 11, 2016 at 6:54 pm in reply to: Conditionally display tribe_get_venue if venue exists #1054273Sean Sullivan
ParticipantPerfect! Thanks George.
December 11, 2015 at 10:51 am in reply to: Block all recurring events from a particular day (e.g., Crhist #1039735Sean Sullivan
ParticipantHey Cliff,
I’ve looked around in the documentation and forums to see if I can find some information on the tribe_events_pre_get_posts hook, but can’t find much.
Can you give me a nudge in the right direction — e.g., which template file I should look in to accomplish this?
Sean
September 11, 2015 at 6:19 am in reply to: WPML & tribe_events query = trouble! What's wrong here? #1004172Sean Sullivan
ParticipantHey George:
Tried that, and it works fine. The site’s primary language is English, so like I said, the English query works fine. It’s when the tribe_events query runs in the translated language (French) that I get that error.
Here’s the error message, pasted instead of in code tags (sorry).
—
Notice: Undefined variable: postmeta_table in /Users/SPS/Sites/hepac2015/wp-content/plugins/the-events-calendar/src/Tribe/Query.php on line 960
Notice: Undefined variable: postmeta_table in /Users/SPS/Sites/hepac2015/wp-content/plugins/the-events-calendar/src/Tribe/Query.php on line 960
Notice: Undefined variable: postmeta_table in /Users/SPS/Sites/hepac2015/wp-content/plugins/the-events-calendar/src/Tribe/Query.php on line 960
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ wp_posts.post_date) AS post_date FROM wp_posts JOIN wp_icl_translations t ON ‘ at line 1]
SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, IF (wp_posts.post_type = ‘tribe_events’, .meta_value, wp_posts.post_date) AS post_date FROM wp_posts JOIN wp_icl_translations t ON wp_posts.ID = t.element_id AND t.element_type IN (‘post_post’,’post_tribe_events’) JOIN wp_icl_languages l ON t.language_code=l.code AND l.active=1 LEFT JOIN wp_postmeta as on wp_posts.ID = .post_id AND .meta_key = ‘_EventStartDate’ WHERE 1=1 AND ( wp_posts.ID NOT IN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN (49) ) ) AND wp_posts.post_type IN (‘post’, ‘tribe_events’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘acf-disabled’ OR wp_posts.post_author = 13 AND wp_posts.post_status = ‘private’) AND t.language_code=’fr’ GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 1—
I found another user with a similar problem on the forum — https://theeventscalendar.com/support/forums/topic/undefined-variable-postmeta_table-in-tribe-event-query-class-php-on-line-948/ — but that solution didn’t work for me. (I think the problem has already been resolved in a TEC update).
Thanks.
Sean Sullivan
ParticipantThank you! Rookie mistake: I was looking in the non-Pro folders.
February 19, 2015 at 8:27 am in reply to: Conditionally display Additional Field, or customize Additional Field URL? #943694Sean Sullivan
ParticipantOK, so, I guess the support forum is wrapping all links in tags, even if they’re in code blocks, which has made the first half of my post super confusing.
Please just ignore the first half and skip down to the line that starts: “Here’s the code I’m using:”
February 19, 2015 at 8:19 am in reply to: Conditionally display Additional Field, or customize Additional Field URL? #943691Sean Sullivan
ParticipantI’m not sure how I’m linking code wrong. Again, that first code block should be: http://facebook.com
February 19, 2015 at 8:18 am in reply to: Conditionally display Additional Field, or customize Additional Field URL? #943688Sean Sullivan
ParticipantSorry, that first code block should have read:
<a target="self" href="http://facebook.com">http://facebook.com</a>Sean Sullivan
ParticipantJust to chime in: I’m using Event Rocket for this purpose, without any difficulty.
From their FAQ:
How do I put the main events page on the front page of my site/blog?
With Event Rocket activated, visit the Settings → Reading admin screen
Choose a static page for the front page
Select Main Events Page for the Front Page option
Save!February 17, 2015 at 8:58 am in reply to: Filter Bar disappears on mobile / help ID'ing theme conflict #943091Sean Sullivan
ParticipantHi Geoff,
Thanks for the quick reply!
You know what? Your message somehow prompted me to check my customized template files in my theme folder. Once I changed /tribe-events to /ztribeevents (so TEC wouldn’t recognize it), the site’s working fine. So I must have made an error in my template files that mucked it up.
Great product, great support. Thanks again.
-
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
