Tagged: woocommerce
I’m now receiving the following error when ever I go to our Woocommerce store:
Warning: strtolower() expects parameter 1 to be string, array given in /home/242447.cloudwaysapps.com/wwnpwjjxmb/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 1595
Everything still works, but this messes up the display of the site.
I’ve tried disabling plug-ins and unless I disable Woocommerce, it doesn’t go away.
Suggestions?
Hey tjjones,
Please add this to your wp-config.php
// Turn debugging on
define('WP_DEBUG', true);
// Tell WordPress to log everything to /wp-content/debug.log
define('WP_DEBUG_LOG', true);
// Turn off the display of error messages on your site
define('WP_DEBUG_DISPLAY', false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set('display_errors', 0);
Best regards,
Victoria
Hi TJ,
I’m getting locked out from Wordfence, could you lift the restrictions in the plugin until we have helped you out?
Best regards,
Rikard
Hey,
Could you please post FTP and WP admin logins here privately so we can look into it? :)
Regards,
Yigit
Hi TJ,
Best regards,
Victoria
Hi tjjones,
I am still getting the same error. I am on Mac, but it should not be an issue. I am from Ukraine and this can be an issue. Maybe some locations are blocked?
Best regards,
Victoria
Hi TJ,
I updated Enfold to the latest version via FTP. Please review your website :)
Best regards,
Yigit