Known Issues
An updated list of high-priority bugs we’re actively trying to squash with keyboards.
The issues reported below are ones we’ve identified as significant, high-priority issues that we are currently investigating. Please note that this is not a complete list of every single known issue.
🕗 Last Updated: October 24, 2022
Table of Contents
Not fixed yet (some of these have workarounds)
- 🐞 404 errors on recurring events
- ℹ️ Glitches and errors when using Avada
- 🐞 Subscribing to a single event with iCalendar subscribes user to all events
- 🐞 WP All Import incompatibility
- 🐞 Eventbrite API connection stability
- 🐞 Partial Support for FSE themes
- 🐞 Event Tickets Plus App doesn’t work with Tickets Commerce tickets
- 🐞 Event Tickets Plus app showing “Ticket scanned already” message for unscanned tickets
- ℹ️ PHP 8 and 8.1 compatibility and support
- ℹ️ Daylight Saving Time Issues with Recurring Events
Recently Fixed
- ✅ Fatal Error with Custom Templates and Hooks
- ✅ Migration errors
- ✅ Venue details and Google Map not displaying in Divi
- ✅ Events revert to current date and time after save (classic editor)
- ✅ Migration errors
- ✅ Fatal Error in Events Calendar Widget
- ✅ Fatal error when updating to TEC 6.0
- ✅ Incomplete CSV Events imports, missing: events, category assignment, featured image, etc.
- ✅ Huge Subscribe to Calendar Icons (Skeleton Styles)
- ✅ The event time zone is set to UTC+0 when creating a new event (Avada)
- ✅ Subscribing to events with Google Calendar and iCal imports events starting on the first of the month
- ✅ Stripe checkout problems with Tickets Commerce.
- ✅ Tickets block total incorrect preview
- ✅ Custom Attendee Registration page using the “Default template”
- ✅ Freemius vulnerability
- ✅ Google Search Console error: Missing field eventStatus
- ✅ Tickets disappeared on the frontend OR there is a fatal error on the site after updating to Event Tickets 5.1.9 and Event Tickets Plus 5.2.9
- ✅ 503 ( Expired License Key ) error when updating Event Tickets Plus
- ✅ Tickets created with Tickets Commerce do not sync into Promoter
- ✅ Attendees who purchased a ticket created with Tickets Commerce don’t sync into Promoter
- ✅ Attendee Registration Page breaking with WooCommerce 6.3.0
🐞 404 errors on recurring events
Status: In progress
Description:
When viewing a recurring event on the frontend, a 404 error occurs. Flushing permalinks does not solve the issue.
Workaround:
Some users have fixed this issue by re-saving the recurring events (without making any changes). Be sure you choose the Save for all events save option. In many cases, that will fix the issue.
Another thing to try is to edit the recurring event, change the start date, then change it back (so it’s correct) and save. Just make sure that the recurrence rules are correct when you save, since changing the start date can impact the rules.
We know it’s a pain for folks who have a lot of recurring events to take these steps. If re-saving doesn’t work or isn’t feasible for you, you can also consider downgrading to The Events Calendar 6.0.1 and Events Calendar Pro 6.0.1.
Affected Products:
Events Calendar Pro
Internal Ref.:
ECP-1398
ℹ️ Glitches and errors when using Avada
Status: Reading
Description:
There can be some glitches and errors when using The Events Calendar 6.0 with the Avada theme from Theme Fusion. They are already working on the fixes which should arrive with Avada 7.9 soon.
The following errors are known and fixes are in progress:
Issue: The Events Series summary shows above and below the page content.
Workaround: Hide the summary with the following CSS snippet:
.fusion-tb-header .tribe-common,
.fusion-tb-footer.fusion-footer .tribe-common {
display: none !important;
}
Issue: Search on a calendar view results in a database / query error and returns no results.
Workaround: Refreshing the page, will provide the results. Adjust the “no results” message with this snippet.
Issue: When using the Default Events Template (Events > Settings > Display tab > Events template) then the Community Events event submission page and some other Community Events pages result in a Blank page.
Workaround: Switch to another page template, e.g. “Default Page Template”.
Affected Products:
The Events Calendar, Community Events
Internal Ref.:
n/a
✅ Migration errors
Fixed: The Events Calendar 6.0.2
Description:
Some sites are hitting errors when trying to migrate to the new event data storage system launched in The Events Calendar 6.0.
The following errors are known and fixes are in progress:
- Trying to get property 'post_type' of non-object
- Trying to get property 'cap' of non-object
- Trying to get property 'public' of non-object
- Function map_meta_cap was called incorrectly....
- Undefined index: path
- Migration was canceled. Please try again
Workaround:
Some of the above errors can be avoided or fixed by following the Troubleshooting steps in the Knowledgebase.
Another option is to simply refrain from migrating your site. You can still continue to use all the pre-6.0 features and functionality.
Affected Products:
The Events Calendar
Internal Ref.:
🐞 Subscribing to a single event with iCalendar subscribes user to all events
Status: In progress
Description:
When a user clicks the Subscribe or Export options on a single event page, the export or subscription is for all events on the calendar instead of just that one event.
Workaround:
- Install the free Code Snippets plugin.
- In your dashboard, go to Snippets > Add New and copy this snippet.
- Save and Activate the snippet.
Once we release a permanent fix for this issue, you’ll want to remove the snippet.
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4469
🐞 WP All Import incompatibility
Status: In Progress
Description:
WP All Import does not work for The Events Calendar users that have upgraded to version 6.x AND migrated their event data.
We are in contact with the team behind WP All Import. A permanent fix will require a new add-on on their end.
You are encouraged to let them know that you would love that add-on. That should help to make sure its on their priority list 🙂
Workaround:
- Use version 6.x but don’t migrate the event data for now
Affected Products:
The Events Calendar, Events Calendar Pro
Internal Ref.:
TEC-4516
✅ Venue details and Google Map not displaying in Divi
Status: Fixed in The Events Calendar 6.0.2
Description:
The venue address is not displayed in the following views:
- List view
- Single Event view
- Featured Venue/Organizer Widget (Events Calendar Pro)
- Venue view (Events Calendar Pro)
Google Maps is also not displaying on the Single Event View and even Map View for some users
Workaround:
- Ideally, wait for the update
- Some users have had success downgrading to the version just before 6.0.1
Affected Products:
The Events Calendar, Events Calendar Pro
Internal Ref.:
TEC-4505
✅ Fatal Error with Custom Templates and Hooks
Status: Fixed in The Events Calendar 6.0.2, also requires site admin action
Description:
Some sites are experiencing errors due to deprecated or removed functions used in custom templates or filter/action hooks.
Call to undefined function tribe_events_the_notices()
Call to undefined function get_closest_event()
Workaround:
Most of these issues can be remediated by following the steps outlined in Custom Templates, Custom Hooks, and Upgrading to TEC 6.0
Affected Products:
The Events Calendar, Events Calendar Pro, potentially any 6.0 release
Internal Ref:
ECP-1326
🐞 Partial Support for FSE Themes
Status: Scope in Progress
Description:
FSE themes are now alive and kicking. In fact, starting with WordPress 6.0, the default theme, TwentyTwentyTwo, is an FSE theme.
For now, FSE themes don’t break with The Events Calendar, but there is still significant work to be done on our end to provide support for basic things such as:
- Template overrides
- Programmatical customizations
- Legacy Widget support
- Etc…
As you can imagine, we are not happy about this and we’ll spend the rest of the year gradually improving FSE support. Hang in there!
Workaround:
- Temporarily use a non-FSE theme
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4419
🐞 Eventbrite API connection stability
Status: In Progress – We are working on this with the Eventbrite team
Description:
Some of our customers using Event Aggregator and Eventbrite Tickets are experiencing connection issues to their Eventbrite accounts.
This can manifest in a number of ways:
- Event created in The Events Calendar not created on Eventbrite
- Import jobs not being processed
- Getting a “There has been a critical error on this website.” message while connecting to the Eventbrite account
TL;DR we are actively working on stabilizing the connection to the Eventbrite API. Hang in there!
Workaround:
Refresh connection / Try connecting again a bit later
Affected Products:
Event Aggregator, Eventbrite Tickets
Internal Ref.:
EA-441
✅ Events revert to the current date and time after save (classic editor)
Status: Fixed
Description:
Some users are experiencing an issue where editing an event date or time in the classic editor caused the event to revert to the current date and time.
Workaround:
- Go to Events > Settings > Display and change the Compact Date Format to the default (YYYY-MM-DD).
- Use the block editor for editing events.
Affected Products:
The Events Calendar, Events Calendar Pro
Internal Ref.:
ECP-1352
✅ Migration Errors
Status: Fixed in The Events Calendar 6.0.1
Description:
Some sites are hitting errors when trying to migrate to the new event data storage system launched in The Events Calendar 6.0.
Known fixed errors:
The [number] is greater than the duration of the event
[Event model does not have an RSET: it should at this stage.]
[The start_date and start_date_utc has a conflict when using the timezone of the event.. The end_date_utc does not match the value of end_date with the timezone.]
[The provided timezone is not a valid timezone.]
[The start_date should be a valid date.. The provided timezone is not a valid timezone.. The start_date_utc requires a value.]
[No occurrences created.]
[Invalid period in RDATE: start date must must be before end date.]
[Undefined index: same-time]
[Duration must be a positive integer. The end_date_utc does not match the value of end_date with the timezone.]
- [
Attempting to run Single Event strategy for recurring event. Is a strategy missing for this type of event?
]
Workaround:
Many of the above errors can be avoided or fixed by following the Troubleshooting steps in the Knowledgebase.
Another option is to simply refrain from migrating your site. You can still continue to use all the pre-6.0 features and functionality.
Affected Products:
The Events Calendar, Events Calendar Pro
Internal Ref.:
ECP-1304 and related
✅ Fatal Error in Events Calendar Widget
Status: Fixed in The Events Calendar 6.0.1
Description:
Some users have reported the following error after updating to Events Calendar Pro 6.0:
Fatal error: Declaration of Tribe__Events__Pro__Mini_Calendar_Widget::__construct() must be compatible with Tribe\Widget\Widget_Interface::__construct($id_base = '', $name = '', $widget_options = Array, $control_options = Array) in /home/sites/6b/8/82013eb231/public_html/wp-content/plugins/events-calendar-pro/src/deprecated/Tribe__Events__Pro__Mini_Calendar_Widget.php on line 9
Workaround:
Temporarily roll back to The Events Calendar 5.16.4 and Events Calendar Pro 5.14.5
Affected Products:
Events Calendar Pro
Internal Ref.:
ECP-1317
✅ Fatal error when updating to TEC 6.0
Status: Fixed in The Events Calendar 6.0.0.1
Description:
A subset of users experienced errors on their site when updating to The Events Calendar 6.0. This was happening when calling tribe_context( )->is( is_main_query ) too early in the execution.
Workaround:
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4464
✅Huge Subscribe to Calendar Icons (Skeleton Styles)
Status: Fixed in The Events Calendar 5.16.2
Description:
The Events Calendar site owners that are using Skeleton Styles (under Events > Settings > Display) are seeing huge SVG icons on the single event page after updating to 5.16.0+
Workaround:
- Don’t use Skeleton Styles until the fix is released
- Use CSS to reduce the size of the icons: svg.tribe-common-c-svgicon–cal-export (!important might be required)
- Use CSS to hide the icons: tribe-common .tribe-common-c-svgicon
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4399
✅ The event time zone is set to UTC+0 when creating a new event (Avada)
Status: Fixed
Description:
When creating a new event, then the event time zone is set to UTC+0 regardless of the WordPress time zone setting under Settings > General and regardless of the TEC time zone settings under Events > Settings > General tab.
This is a known issue when using the Avada theme. This is not something we can fix on our end, it will have to be a fix from Theme Fusion / Avada. They already know about the issue, and they are planning to include the fix in their next update.
Workaround:
Reverting to the previous version of Avada should solve the issue.
Affected Products:
The Events Calendar
Internal Ref.:
n/a
✅ Incomplete CSV Events imports, missing: events, category assignment, featured image, etc.
Status: Fixed in The Events Calendar 5.16.2
Description:
For some users, when trying to import an Events CSV file, all seems to be working fine.
But, upon closer examination, there appears to be missing information from the import: events, category assignment, featured image, etc. Exactly as though some records were skipped.
The issue seems to be related to the configuration of the webserver for some users. There were some reports of CSV imports taking a really long time and even timing out.
Workaround:
In most cases, staying on the screen (as opposed to navigating away, fixes the issue). Some users have also reported fixing the issue by running the same import several times until completion. Others were not so lucky.
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4079
🐞 Event Tickets Plus App doesn’t work with Tickets Commerce tickets
Status: Fix in progress
Description:
Event Tickets Plus App doesn’t work with Tickets Commerce tickets.
Affected Products:
Event Tickets Plus App, Event Tickets, Event Tickets Plus
Internal Ref.:
ET-1436
🐞 Event Tickets Plus App showing “Ticket scanned already” message for unscanned tickets
Status: Fix in progress
Description:
Event Tickets Plus App showing “Ticket scanned already” message for unscanned tickets.
Affected Products:
Event Tickets Plus App
Internal Ref.:
ETPAPP-14
✅ Tickets created with Tickets Commerce do not sync into Promoter
Status: Fixed in Event Tickets 5.3.2
Description:
When a ticket is created with Tickets Commerce (Event Tickets), that event will not sync into Promoter.
The fix will be included in the next version of Event Tickets, which is planned for the first half of April.
Workaround:
Download and install this development version of Event Tickets.
Affected Products:
Event Tickets
Internal Ref.:
ET-1458
✅ Attendees who purchased a ticket created with Tickets Commerce don’t sync into Promoter
Status: Fixed in Event Tickets 5.3.2
Description:
When a new attendee is generated for a “Tickets Commerce” ticket, then the attendee does not get pushed to Promoter.
Workaround:
There is no known workaround at the moment.
Affected Products:
Event Tickets
Internal Ref.:
ET-1475
✅ Subscribing to events with Google Calendar and iCal imports events starting on the first of the month
Status: Fixed in The Events Calendar 5.14.1
Description:
Subscribing to Google Calendar imports events beginning from the 1st of the month, including past events. This also affects the count towards the event import limit (30 by default).
For example, if you visit your site’s /events page on March 14th and click on Subscribe To Calendar > Google Calendar, the events imported will start on March 1st.
Workaround:
None. Wait for the upcoming The Events Calendar release.
Affected Products:
The Events Calendar
Internal Ref.:
TEC-4223
✅ Attendee Registration Page breaking with WooCommerce 6.3.0
Status: Fixed in Event Tickets Plus 5.4.2
Description:
Since the WooCommerce v6.3.0 update, the attendee registration page is not working anymore for WooCommerce Tickets.
Workaround:
Using the following snippet: https://gist.github.com/rafsuntaskin/eddc2b73b3750a6a03db35f482b011d4
Affected Products:
Event Tickets Plus
Internal Ref.:
ETP-785
✅ Stripe checkout problems with Tickets Commerce.
Status: Fixed in Event Tickets 5.3.1
Description:
For some users, it is not possible to complete checkout while trying to sell tickets via Tickets Commerce. They see JavaScript errors in their console and possibly the following errors when they are trying to pay:
- “Cannot read properties of undefined (reading ‘post’)”
Workaround:
Update to Event Tickets 5.3.1
Affected Products:
Event Tickets
Internal Ref.:
ET-1447
✅ Tickets block total incorrect preview
Status: Fixed in Event Tickets 5.3.1
Description:
For some users that are using only Event Tickets without Event Tickets Plus, the version 1 of the tickets block may be rendered and not the version 2 where we fixed many issues with total calculation for currencies like euros.
As a result, they may be experiencing incorrect total preview when they add tickets.
Workaround:
Update to Event Tickets 5.3.1
Affected Products:
Event Tickets
Internal Ref.:
ET-1448
✅ Custom Attendee Registration page using the “Default template”
Status: Fixed in Event Tickets Plus 5.4.1
Description:
If the user has a custom Attendee Registration page that uses the same slug as the “Attendee Registration URL slug“, When the user navigates to the frontend of the attendee registration page, then it will always render the content using the “Default Page Template“ instead of the one specified for the Custom Page.
Affected Products:
Event Tickets Plus
Internal Ref.:
ETP-784
✅ Freemius vulnerability
Status: Fixed in The Events Calendar 5.14.0.4 , Event Tickets 5.3.0.1
Description:
In really late February 2022, Fremius found a severe security vulnerability in its library.
This monetization, analytics, and marketing library for WordPress is used by more than 400 of the most popular WordPress plugins, including The Events Calendar, Event Tickets.
Upon being notified, we upgraded the Freemius found in our plugins to version 2.4.3 within 24 hours.
This completely patches the vulnerability.
Workaround:
Upgrade to The Events Calendar 5.14.0.4 + and Event Tickets 5.3.0.1 +.
Affected Products:
The Events Calendar, Event Tickets
Internal Ref.:
✅ Google Search Console error: Missing field eventStatus
Status: Apply a snippet
Description:
Google has recently leveled up in regards to the information it is expecting from an event. This is why we added an event status option dropdown as of The Events Calendar 5.11.0.
This setting will keep Google happy with any new event that you create.
Alas, the event status option is not retroactive. In other words, if you created events before the feature was released, they will not have a defined event status.
Of course, you could manually go into each event and define an event status. But that is pretty time-consuming. We have a better solution 🙂
Workaround:
Use the following snippet to add the eventScheduled event status to all events where an event status was not added.
Affected Products:
The Events Calendar, The Events Calendar Pro, Virtual Events
Internal Ref.:
ℹ️ PHP 8 and 8.1 compatibility and support
Status: In progress
PHP 8.0:
Our plugins support PHP 8.0, although it is possible to still run into some errors when using PHP 8.0. Once these errors are reported to us we will log a bug ticket and a fix will be worked on as soon as possible.
Fatal errors on PHP 8.0 are likely to be treated as priority bugs.
Keep in mind, that at the time of writing, PHP 8 is still in “beta” for WordPress.
PHP 8.1:
PHP 8.1 is very recent. It was officially released on November 25th, 2021, and WordPress itself doesn’t yet fully support it.
We haven’t tested or developed anything for PHP 8.1 and thus, our plugins are not yet compatible with it. The development team will be working on supporting PHP 8.1, but right now there’s no defined timeline for this.
If you encounter any errors you can report them to us. We will log a bug ticket for it, which will be really helpful for us when we start working on PHP 8.1 compatibility.
Affected Products:
All
Internal Ref.:
n/a
✅ Tickets disappeared on the frontend OR there is a fatal error on the site after updating to Event Tickets 5.1.9 and Event Tickets Plus 5.2.9
Status: Fixed in Event Tickets 5.1.9.1
Description:
After updating to Event Tickets Plus 5.2.9, when visiting an event page that has a ticket, then there is either a fatal error on the page or the ticket form is empty.
This error comes from a conflict with some WooCommerce payment plugins.
Workaround:
Until a more permanent fix is released you can use the following snippet to fix the issue. Copy the snippet into your (child) theme’s functions.php file.
Affected Products:
- Event Tickets 5.1.9
- Event Tickets Plus 5.2.9
Internal Ref.:
ET-1174
✅ 503 ( Expired License Key ) error when updating Event Tickets Plus
Status: Fixed
Description:
When trying to update Event Tickets Plus to version 5.2.9, the system would give the following error, even with active licenses:
503 ( Expired License Key ): Sorry, your access to this file has expired.
This was a tagging glitch in our latest release of Event Tickets and Event Tickets Plus, which has already been fixed.
The current versions are:
- Event Tickets 5.1.9
- Event Tickets Plus 5.2.9.
The update should work now seamlessly. If you are still having issues with the auto-update, please, log in to your account at theeventscalendar.com, go to Downloads, select the right versions from the dropdowns and proceed with a manual install.
Affected Products:
Event Tickets Plus
Internal Ref.:
n/a
✅ Events overflow the grid in month view when using Avada
Status: Fixed in Avada 7.4
Description:
When using the Avada theme, if there are multiple events on a day, then the events might overflow the day cell in month view. Example screenshot.
The issue is coming from the theme, the developers have already been notified.
Workaround:
Until the issue gets resolved the following CSS snippet should fix this glitch:
.tribe-events-view--month .tribe-events-calendar-month__day {
height: auto;
}
Affected Products:
The Events Calendar 5.x.x
Internal Ref.:
n/a
ℹ️ Daylight Saving Time Issues with Recurring Events
Reading
Description:
Daylight Saving Time can confuse the best of us. If your recurring events appear to be offset by an hour and you’re note sure why, check out these knowledgebase articles to learn how your events may have been affected.
We are also aware of glitches that can happen when the Series Engine plugin is active. If you are using this plugin, please note that they have settings you can take advantage of to resolve this problem.
Workaround:
n/a
Affected Products:
Events Calendar Pro
Internal Ref.:
n/a
Legend:
🐞 Bug / issue
✅ Fixed bug / issue
ℹ️ Reading, info