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
- 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: Europe/Kyiv (GMT+03:00)

Tagged: 

This topic contains 1 reply, has 0 voices.

Last updated by Andrey 5 days, 6 hours ago.

Assisted by: Andrey.

Author Posts
June 30, 2025 at 1:41 pm #17184663

sauliusD

Background of the issue:
I was trying to update WPML and noticed that the combination of plugins WPML CMS, String, ACF, and Divi Machine crashes my website. The issue can be seen on this page: hidden link

Symptoms:
After the update, my website is not working and shows a critical error.

Questions:
What could be causing the website to crash after updating WPML?
How can I resolve the critical error caused by the plugin combination?

June 30, 2025 at 3:39 pm #17185382

Andrey
WPML Supporter since 06/2013

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for contacting WPML support.

I checked the link you provided, but did not encounter any critical error on the page.

As a first step, please enable debugging by adding the following lines to your site’s wp-config.php file. This will allow us to identify the exact issue:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

Please make sure that Divi Machine, ACF, and your current theme are also updated.

Once enabled, any errors will be logged to a debug.log file located in the /wp-content/ directory. Please share the relevant error messages, so I can assist you further.