WooCommerce Issue

Support Area Forums Elite WooCommerce Issue

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://theavecaigars.com
  • Author
    Posts
  • #33212
    Avatar photoCarl
    Participant

    Hey Bill,
    Hope things are good. I wanted to set up the demo on the site first before I start to tweak stuff. If you go to the shop page, you will see errors from Woo Commerce. Any idea what they are?

    #33214
    Bill Robbins
    Moderator

    Hi Carl,

    All is well here in the deep south. Hope your fall is going well in your part of the world.

    It looks like the wp_debug may be enabled on the site. Here’s how you can turn it off.

    1. Use either the file browser in your web host’s control panel or a FTP program to open up your WordPress files on your server.
    2. Locate the wp-config.php file that’s in the root directory of your WordPress site and edit it.
    3. Look for a line like this:
      
      define('WP_DEBUG', true);
      

      and change the true to false. If you don’t see that line, add it at the bottom of the file with it set to false.

    4. Save your changes.

    It’s a tool that developers can use to catch notices from PHP that aren’t fatal. I’m not sure what’s throwing them there, but I think disabling wp_debug should send them away. Let me know if that doesn’t do the trick.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Issue’ is closed to new replies.