This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing an issue where your Translation Dashboard is empty, it might be due to a critical error on the page.
Solution:
We recommend enabling WordPress debugging to identify the specific error. Here are the steps you should follow:
1. Edit your wp-config.php file to enable debugging. Insert these lines before the comment /* That's all, stop editing! Happy publishing. */:
define('WP_DEBUG', true);<br />define('WP_DEBUG_LOG', true);<br />define('WP_DEBUG_DISPLAY', false);2. Replicate the error by accessing the Translation Dashboard again.
3. Check the debug.log file located in your /wp-content directory for any WPML-related errors.
4. Share the full error message with us for further assistance.
Please note that this solution might be outdated or not applicable to your specific 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 issue persists, please open a new support ticket.
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 1 voice.
Last updated by 2 weeks, 6 days ago.
Assisted by: Andrey.

