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, 9 months ago.

Author Posts
August 27, 2023 at 2:36 pm #14296509

be-groupB

if I traying to edit any page is translated and update it its give my

Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'

when i deactivate the plugin its work

Screenshot_8.png
August 27, 2023 at 2:58 pm #14296601

Noman
WPML Supporter since 06/2016

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.

To begin, please follow the below steps and let me know how it goes:

1. As a precaution, please take a complete backup of your site for safety reasons.

2. Please make sure the minimum requirements for WPML are met:
https://wpml.org/home/minimum-requirements/

3. Please make sure you are using the latest version of the theme and plugins on your site.

4. If the issue still persists, 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, attempt to update the translated page again, and check if it generates a debug.log file in the wp-content directory. Please share its contents with us.

5. Please add the debug report in the Debug Information box. I have also enabled the debug info box for your next reply: https://wpml.org/faq/provide-debug-information-faster-support/

Thank you

The topic ‘[Closed] i have error Request Timeout when update any translated page’ is closed to new replies.