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.

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Mohamed Sayed 10 months, 3 weeks ago.

Assisted by: Mohamed Sayed.

Author Posts
March 11, 2024 at 8:35 am #15393480

eamonnT

I created thai version but will not display

hidden link

March 11, 2024 at 10:31 am #15394150

Mohamed Sayed

Hi,
Thanks for contacting WPML support.

Please provide me with the WordPress debug.log, this will allow us to see if any PHP errors are being produced. More Info: https://wordpress.org/support/article/debugging-in-wordpress/

To enable it, open your wp-config.php file and look for:

define('WP_DEBUG', false);

And change it to:

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 which is recommended on a live site.
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);

Then try to reproduce the issue by visiting the Thai version and check if any errors were saved to the debug.log log file inside the /wp-content/ directory.

If you can paste your debug.log to https://pastebin.com/ and provide me that link, it would be great!

Kind regards,
Mohamed

March 11, 2024 at 12:05 pm #15394799

eamonnT

I asked wpx hosting to follow instructions, they say NO debug.log log file was created

March 11, 2024 at 12:35 pm #15395102

Mohamed Sayed

Hi,

Did you make any changes to the site?

I see the page is showing the Thai translation and the critical error message doesn't exist.