This thread is resolved. Here is a description of the problem and solution.
Problem: You are encountering a WPML AJAX error [0] when trying to access a specific WPML settings page in your WordPress admin. You tried following a method from an errata link, but it did not resolve the issue. Solution: We recommend enabling the debug mode to gather more information about the error. Here’s how you can do it: 1. Open your
wp-config.php
file. 2. Find the line
define('WP_DEBUG', false);
and change it to:
define('WP_DEBUG', true);
3. Add another line to enable error logging to a file on your server:
define('WP_DEBUG_LOG', true);
This will save the errors to a
debug.log
file inside the /wp-content/ directory. For more details on debugging WPML, visit WPML Debugging Documentation. After enabling debug mode, check the debug.log file for errors and let us know what you find.
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 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.
Thank you for your feedback. What do you have in the debug.log? It can be found in the /wp-content/debug.log directory when you activate debugging in wp-config.php and visit the page with the problem.