Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 12:00 – 14:00 -
- 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 17:00 – 21:00 -

Supporter timezone: Europe/Vienna (GMT+02:00)

This topic contains 1 reply, has 2 voices.

Last updated by Bigul 1 year, 9 months ago.

Assisted by: Bigul.

Author Posts
August 14, 2023 at 10:49 am #14196579

latchezarN

The problem is in plugin "WPML Multilingual CMS" When I turn it on the site gets very slow and gets criticals errors. The problem is that the string translations are not working without that plugin. I am sending screenshots with the errors . Can you please check for solution?

Screenshot 2023-08-14 at 11.07.37.png
August 14, 2023 at 2:53 pm #14197957

Bigul
WPML Supporter since 01/2013

Languages: English (English )

Timezone: Europe/Vienna (GMT+02:00)

Hello,

Welcome to the WPML support forum. I will do my best to help you to resolve the issue.

Hope you are using the latest version of WordPress(6.3) and WPML(4.6.5). Do you have a staging/dev site(A clone copy of the live site), if so we can easily troubleshoot the issue without affecting your live site.

Please share with us the WordPress debug.log(not WPML debug information) for collecting more details on this. Refer to these pages for instructions

https://wpml.org/documentation/support/debugging-wpml/

https://wordpress.org/documentation/article/debugging-in-wordpress/

To enable the WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
 
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
 
// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check if you are getting any errors or warnings related to WPML in the log file.

If you can paste your debug.log to http://pastebin.com/index.php and provide me that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).

--
Thanks!

Bigul

The topic ‘[Closed] The problem is in plugin "WPML Multilingual CMS"’ is closed to new replies.