we currently have the problem that whenever we go into the WPML settings we get a critical error from the custom fields translation. I've uploaded an image for reference.
All the sections below the Custom Fields Translation also don't load.
I've already tried deactivating all but the WPML and ACF plugins and switch to a standard theme but this didn't fix the problem.
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 that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
I have a request. Please upgrade the following configurations for the better performance of the site.
1) Increase *WP Memory Limit* to *256* MB(the minimum required memory limit for WPML is *128*). Please check the following links for more details
2) Increase the *MaxInputVars* of PHP settings to *10000*. Please check the following article for more details and contact your system admin/hosting provider to upgrade this configuration.
hidden link
--
Thanks!
Bigul
The topic ‘[Closed] Advanced Custom Fields Multilingual causes error in WPML settings’ is closed to new replies.