Skip to content Skip to sidebar

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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 3 replies, has 3 voices.

Last updated by Bobby 1 year, 12 months ago.

Assisted by: Bobby.

Author Posts
April 19, 2024 at 10:36 am #15542978

thomasW-108

Our website is hosted on Microsoft Azure server. After the latest WordPress update to version 6.5.2, the site crashed, and in debugging mode, errors related to translations appeared. WPML is the only translation plugin we use. It seems that the plugin is not fully compatible with the new WP version.

Please let us know when the latest version of WPML will be compatible (and stable) with WP 6.5.2. We are eager to update to WordPress version 6.5.2 as soon as possible, with confidence that the site will not crash afterward.

April 19, 2024 at 11:25 am #15543299

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

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

Hi,

Thank you for contacting the support.

Meanwhile this ticket is attended by one of my colleagues, I'll recommend trying the following:

IMPORTANT: Take full backup of your website and database beforehand.

- Update WPML plugins to the latest versions.
- Then clear caches.

If issue is still the same, please provide error details for more understanding.

Also provide the debug information of your website for an overview of your setup. See https://wpml.org/faq/provide-debug-information-faster-support/ for more information.

I've enabled the debug information section for your next reply.

Additionally you can also take a look at https://wpml.org/faq/checklist-before-opening-a-ticket-in-wpml-support/ and cross-check for a few initial fixes.

See https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/ for details on privacy and security.

Regards.

April 19, 2024 at 1:14 pm #15543829

thomasW-108

Our WPML was already updated before the crash occurred.
Now, we have already restored the backup version of the website and downgraded the WP version. I hope that you can still see the "bugs".

Maby that might be useful: we use the "Sage Starter Theme (latest version)

Also we use plugins which are not listed in: "All Multilingual Ready Plugins":
- All-in-One WP Migration
- Stream (Stream tracks logged-in user activity)
- SVG Support
all in the latest versions

April 21, 2024 at 10:40 pm #15547777

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Thank you for updating us!

I would need to see the details of the error. You can see how to enable debug logging here:
https://wpml.org/documentation/support/debugging-wpml/

Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . 'https://cdn.wpml.org/error_log.txt');

This will create an error_log.txt file in your site's root directory. Please send me its contents.

The topic ‘[Closed] Many times, the WPML plugin causes breakdowns on our website’ is closed to new replies.