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.

This topic contains 1 reply, has 2 voices.

Last updated by Noman 1 year, 3 months ago.

Author Posts
August 20, 2023 at 9:18 am #14257855

foof9

I am trying to:

Link to a page where the issue can be seen: hidden link

I expected to see:

Instead, I got:An error message and told to contact you

August 20, 2023 at 4:37 pm #14258981

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Before your ticket is assigned to one of my colleagues, I'd like to guide you through some initial debugging steps to expedite the support process.

Could you please follow the below steps and see if this resolves your issue:

1. Please try to clear all sorts of cache and try another browser and see it this resolves your issue.

2. If the issue persists, kindly perform the following steps to isolate the cause of the issue:

- Please take a complete backup of your site first for safety reasons.

- Deactivate all plugins except WPML.

- Switch to the default WordPress theme like Twenty Twenty-One.

- If the issue is gone, reactivate each plugin one by one to identify the one causing the issue.

- If the issue persists even in the minimal environment, enable error reporting on your site to examine the latest error log. To do so, open your ‘wp-config.php’ file and look for ‘define(‘WP_DEBUG’, false);’. Replace it with the following code:

// 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 );
 
define( 'SCRIPT_DEBUG', true );

After adding the above code, please try to reload the Tools tab again, and check if it generates a debug.log file in the wp-content directory. Please share its contents with me.

3. Please go to WPML >> Support page and click on the "Error logs" under Advanced Translation Editor and provide me a screenshot of the top few entries.

Thank you

The topic ‘[Closed] Tools in translation management is not loading’ is closed to new replies.