2. We noticed a fatal error in the debug log related to WooCommerce Multilingual. We advised following the configuration wizard and setting up WooCommerce Multilingual, referring to the documentation for a known issue: WooCommerce Multilingual fatal error documentation.
3. If issues persisted, we suggested creating a minimal setup by: - Switching to a default WordPress theme - Disabling all plugins - Activating the WPML and WooCommerce Multilingual (WCML) plugins first - Then, activating the rest of the plugins one by one and switching back to the original theme.
We also emphasized the importance of having a full backup of the website before making any changes to prevent data loss.
* To enable debug.log, 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 activate the WPML Multilingual CMS plugin 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 with that link, it would be great!
1) I would first suggest to check if the WP Memory Limit is set at least to the minimum required by WPML (128M), to do so you can check the following code in your wp-config.php file right before the line:
/* That's all, stop editing! Happy publishing. */:
check for code similar to the one below and replace it with:
The WP Memory Limit are already set as suggested. So this should not cause the problem.
Unfortunately I can not run the configuration wizard because the Plugin will not run at all.
To be honest, I do not see the benefit of making a video. When I try to activate the WPML Multilingual CMS plugin I get the following error message: WPML Multilingual CMS plugin could not be activated because it triggered a fatal error.
Thank you for the update, would it be possible to try check further by switching to a minimal setup, meaning:
- switch to a default WP theme
- disable all the plugins
- try activating the WPML plugins and WCML plugins first
If the WPML / WCML plugins do activate successfully then proceed activating the rest of the plugins one-by-one and switching to the correct theme.
Note: Please make sure you have a full backup (files & database) of your website before trying anything in order to prevent any possible data loss.
Now it runs again, but I didn't find a conflicting plugin or theme.
- First disable all plugins
- Change to default theme
- Activate WPML Multilingual CMS plugin
- Activate all other plugins one by one
- Change to the right theme
Now everything seems to be working. It seems that the activation order of the plugin is important.... I'm not happy about it, but let's hope it works stably now.