This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to approve translations for your 'how it works' page from English to Turkish, but when you click review, it just keeps loading and never opens. Additionally, the translated page displays a 'page couldn't find' message.
Solution:
We recommend first disabling all plugins except WPML to see if the issue persists. If the problem continues, you should enable debugging to identify the underlying issue. To do this, open your wp-config.php file and locate
define('WP_DEBUG', false);. Change it to:
define('WP_DEBUG', true);Also, to log errors to a file on your server, add:
define('WP_DEBUG_LOG', true);This will save the errors to a debug.log file inside the /wp-content/ directory. For more detailed instructions on debugging WPML, visit https://wpml.org/documentation/support/debugging-wpml/.
If these steps do not resolve the issue, or if the solution 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 the problem persists, please open a new support ticket with us for further assistance.
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 1 reply, has 2 voices.
Last updated by 1 year, 11 months ago.
Assisted by: Andrey.
