Background of the issue:
I am trying to change translation engines in WPML, but I am facing issues. I have ensured that the plugins are up-to-date, APIs are allowed within Shield Pro Security, and the site address is in the format hidden link and registered with new site keys. The issue can be seen at hidden link.
Welcome to the WPML support forum. I will do my best to help you to resolve the issue.
Please visit WPML>>Support>>Advanced Translation Editor>>Error Logs and check if it is showing any recent error or warning.
Also, please share with us the WordPress debug.log(not WPML debug information) to collect more details on this. Refer to the following pages for instructions
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
The topic ‘[Closed] WPML Could not load translation engines’ is closed to new replies.