<b>Background of the issue: </b>
After migrating our site, it started going down multiple times. Our website host informed us that WPML Multilingual CMS AND WooCommerce Multilingual & Multicurrency is causing the issue.
<b>Symptoms: </b>
The site is experiencing downtime multiple times after migration, and the host identified WPML Multilingual CMS AND WooCommerce Multilingual & Multicurrency as the cause.
<b>Questions: </b>
What steps can I take to resolve the fatal error caused by WPML Multilingual CMS AND WooCommerce Multilingual & Multicurrency?
Is there a known issue with WPML Multilingual CMS and WooCommerce Multilingual & Multicurrency after site migration?
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 );
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 am not able to activate the plugin again as it says that the plugin causes a fatal error.
On the pastebin site it says: "You have exceeded the maximum size of 512 kilobytes per Paste." When I am pasting the debug log.
Thank you for the updates. It looks like the Debug log file size is more than 1 MB. So can you please share the Debug.log file via Google Drive or Dropbox?
--
Thanks!
Bigul
The topic ‘[Closed] WPML Multilingual CMS causing fatal error’ is closed to new replies.