uwcdtestuser
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Hi,
I have the same issue but found a solution here https://wpml.org/errata/the-events-calendar-issues-with-string-translation/. They say that the issue will be fixed after the update. I updated the event calendar to Version 5.6.0 today but the issue persists.
you need to modify /plugins/the-events-calendar/src/Tribe/I18n.php 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 ); } }Dear Events Calendar team, please add the fix in the new version.
- This reply was modified 5 years, 1 month ago by uwcdtestuser.
I tried to re-activate again. I am getting the same error and all pro features disappeared.
WordPress database error: [Duplicate entry ‘wpm_6310_license_key’ for key ‘wp_options.option_name’]
INSERT INTO wp_options SET option_name = ‘wpm_6310_license_key’, option_value = xxxxxxxx- This reply was modified 5 years, 1 month ago by uwcdtestuser.
Viewing 2 replies - 1 through 2 (of 2 total)