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.

Elementor users - please update WPML to the latest version to maintain compatibility. More details here - https://wpml.org/changelog/2024/12/wpml-4-6-15-critical-update-for-elementor-sites/

This topic contains 1 reply, has 0 voices.

Last updated by Bigul 1 day, 15 hours ago.

Author Posts
December 28, 2024 at 6:23 pm #16550375

ronaldT-5

Background of the issue:
I am trying to load a translated page to see how the Yoast SEO fares on that page. I do not need to edit anything. The issue can be seen at hidden link.

Symptoms:
The page won't load unless I switch to safe mode. Once in safe mode, I no longer have access to load error free. The error message is: 'Can't Edit? Enable Safe Mode. Having problems loading Elementor? Please enable Safe Mode to troubleshoot. Learn More.'

Questions:
Why does the page only load in safe mode?
How can I load the page error-free without using safe mode?

December 29, 2024 at 6:29 am #16550698

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Welcome to the WPML support forum. Before passing this thread to my colleague, I would like to share some suggestions and possible solutions for the issues you mentioned.

This may be a compatibility issue. Please check the following URLs for more details.

https://wpml.org/errata/premmerce-permalink-manager-for-woocommerce-elementor-only-opens-in-safe-mode-when-using-a-custom-product-permalink/

https://wpml.org/forums/topic/page-only-available-in-safe-mode-elementor-after-deactivating-all-plugins/#post-14209003

Please share the WordPress debug.log(not WPML debug information) to collect more details on this. Refer to the following pages for instructions

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

https://wordpress.org/documentation/article/debugging-in-wordpress/

To enable the WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:

// 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 );

In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check if you are getting any errors or warnings related to WPML in the log file.

If you can paste your debug.log to http://pastebin.com/index.php and provide me with that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).

--
Thanks!

Bigul