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 3 replies, has 3 voices.

Last updated by Andrey 1 year, 4 months ago.

Assisted by: Andrey.

Author Posts
December 1, 2023 at 2:17 pm #14973589

swcT

The Elementor editor will not load with WPML plugin activated. It won't even load after opting for safe mode. After deactivating the plugin, it solves the issue.

This doesn't seem to be a common issue, so I would like to see what I can do to fix it.

Additionally, I get deprecation errors that have already been posted here: https://wpml.org/forums/topic/getting-error/
but it seems that WPML is still not compatible with PHP 8.2.x.

Screenshot 2023-12-01 at 8.13.41 AM.png
December 2, 2023 at 4:58 pm #14978253

Mateus Getulio
Supporter

Languages: English (English ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Hi there,

Thanks for your contact.

Before your ticket is assigned to one of my colleagues, please allow me to walk you through some initial debugging steps. This will help speed up the support process.

We have just released a new version for WPML that could solve the issue. Just to be safe, please make a backup of the site files and database before doing the follow procedure:

- Inside your wp-admin please go to Plugins -> Add New.
- Then click on the "Comercial" tab and click on the "Check for updates" button in the WPML section
- After that please select every red plugin available in the list and then click on "Download" at the bottom of the grid.

Keep us posted about your results. Thanks!

Kind regards,
Mateus.

December 4, 2023 at 4:56 pm #14990069

swcT

Thank you. Updating to version 4.6.8 did not solve the Elementor issues. I still can't edit any pages while the plugin is active.

December 4, 2023 at 8:30 pm #14991329

Andrey
WPML Supporter since 06/2013

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

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

Thank you for your feedback. Could you please activate the debug.log and check what is there at the moment of the issue?

You can do this by adding a few lines to the site’s wp-config.php file. With error log enabled, you will see what the actual problem is.

To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

define('WP_DEBUG', true);

In order to enable the error logging to a file on the server you need to add yet one more similar line:

define( 'WP_DEBUG_LOG', true );

In this case, the errors will be saved to a debug.log log file inside the /wp-content/directory.

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

Let me know what you see after the debug mode has been enabled.