Title: uwcdtestuser's Replies | WordPress.org

---

# uwcdtestuser

  [  ](https://wordpress.org/support/users/uwcdtestuser/)

 *   [Profile](https://wordpress.org/support/users/uwcdtestuser/)
 *   [Topics Started](https://wordpress.org/support/users/uwcdtestuser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uwcdtestuser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uwcdtestuser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uwcdtestuser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uwcdtestuser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uwcdtestuser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] The Events Calendar doesn’t work properly with WPML plugin](https://wordpress.org/support/topic/the-events-calendar-doesnt-work-properly-with-wpml-plugin/)
 *  [uwcdtestuser](https://wordpress.org/support/users/uwcdtestuser/)
 * (@uwcdtestuser)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/the-events-calendar-doesnt-work-properly-with-wpml-plugin/#post-14392550)
 * Hi,
 * I have the same issue but found a solution here [https://wpml.org/errata/the-events-calendar-issues-with-string-translation/](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](https://wordpress.org/support/users/uwcdtestuser/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Team Members – Multi Language Supported Team Plugin] database error by “Team Members with Slider Pro”](https://wordpress.org/support/topic/database-error-by-team-members-with-slider-pro/)
 *  [uwcdtestuser](https://wordpress.org/support/users/uwcdtestuser/)
 * (@uwcdtestuser)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/database-error-by-team-members-with-slider-pro/#post-14392184)
 * 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](https://wordpress.org/support/users/uwcdtestuser/).

Viewing 2 replies - 1 through 2 (of 2 total)