Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1110370

    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?

    #1110468

    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

    #1111714
    This reply has been marked as private.
    #1111886

    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

    #1113986
    This reply has been marked as private.
    #1114001

    Hey,

    Could you please post FTP and WP admin logins here privately so we can look into it? :)

    Regards,
    Yigit

    #1114366
    This reply has been marked as private.
    #1114451

    Hi TJ,

    Best regards,
    Victoria

    #1114540
    This reply has been marked as private.
    #1114636

    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

    #1114650
    This reply has been marked as private.
    #1114889
    This reply has been marked as private.
    #1114949

    Hi TJ,

    I updated Enfold to the latest version via FTP. Please review your website :)

    Best regards,
    Yigit

    #1114977
    This reply has been marked as private.
    #1115106

    Hi TJ,

    I see that you have a lot of plugins active on the site, 114 to be exact. There’s a big chance that one of them might be causing a conflict with the theme. Did you try to deactivate all of them to see if the problem goes away?

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.