Hi @gideondejong, this looks like a bug in our plugin. I already have an internal bug ticket for this, and I have added your case to it. Thanks for all the details, I will definitely pass it along to our devs.
Moreover, if you’re using WPML. We have this temporary workaround. Edit the file located in
wp-content/plugins/the-events-calendar/src/Tribe/I18n.php
on line 189
from remove_filter( 'locale', $force_locale );
to
remove_filter( 'locale', $force_locale );
foreach ( (array) $args[1] as $domain => $file ) {
// Reload it with the correct language.
unload_textdomain( $domain );
if ( 'default' === $domain ) {
load_default_textdomain();
} else {
Common::instance()->load_text_domain( $domain, $file );
}
}
I am unable to provide an exact date or time estimate for when this bug will be fixed, but you’ll be notified when there are any updates.
Appreciate your patience, and we’re looking forward to helping you solve this. If you do have other concerns or issues you need help with, please create another ticket, as it helps us track different issues.
Again, thank you for your patience.
Cheers,
Abz
________________________
Internal Bug Ticket Reference:
TEC-3733
Hi @gideondejong, reaching back to you here for updates. The bug ticket is now in progress. Rest assured that we’d notify you in this thread whenever there are updates.
We appreciate your patience.
Best,
Abz
________________________
Internal Bug Ticket Reference:
TEC-3733
Hi there,
We’re back with good news!
Our developers have just released the Events Calendar version 6.0.7, which resolves the issue where URLs get borked on TEC settings save when the user is using a different language than the site, causing permalinks to have (/?:) – especially when using the calendar with WPML plugin.
Please update your Events Calendar plugin to include that and other improvements to your website.
Best regards,
Plugin Support
Darian
(@d0153)
Hi @gideondejong
This thread has been inactive for a while, so we’ll go ahead and mark it Resolved. Please open a new thread if any other questions arise, and we’d be happy to help.