Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client has been using the WPML plugin for years and after deactivating it due to a recommendation to install another version, the site is not functioning properly. The client is concerned about paying for the plugin again and wants to recover all translations.
Solution:
We recommend checking if the issue arises when activating WPML by enabling the debug log to identify the specific errors. To do this:
1. Open the wp-config.php file.
2. Locate the line

define('WP_DEBUG', false);

and change it to

define('WP_DEBUG', true);

3. Add

define('WP_DEBUG_LOG', true);

to enable error logging to a file on the server. Errors will be saved in the debug.log file inside the /wp-content/ directory.
For detailed instructions on debugging WPML, visit https://wpml.org/documentation/support/debugging-wpml/

If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.

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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Andrey 1 year, 7 months ago.

Assisted by: Andrey.

Author Posts
June 5, 2024 at 6:01 am #15704860

michelT-6

Background of the issue:
I'v been using the plug-in for years, and paid in april 2024 the invoice 15514639 for the subscription.
It seems that it's no longer supported by WP and I've been recommended to install another version?
We had to de-activate the plug-in but now the site isn't working anymore like it should.
But, I don't want to pay twice.
Also, Can I recover all translations?
Thx

Symptoms:

Questions:

June 5, 2024 at 7:44 am #15705393

Andrey
WPML Supporter since 06/2013

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

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

Thank you for contacting WPML support.

We always test WPML plugins upfront for new releases of WP and make sure that WPML is always compatible.

Please give more details on what exactly doesn't work.

Are you getting a blank screen when activating WPML? If so, you must activate the debug.log to check what is there. You can add a few lines to the site’s wp-config.php file. With the 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/