Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1115813
    therealmusician
    Participant

    http://madmuller.com/shop/

    I just installed Woocommerce and have the theme and plugins up to date. Not sure how to fix.

    Any ideas? I’m just using the band demo that X provides.

    #1115868
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    This is just a PHP warning which is caused by a null or not yet initialize column variable in your site. To get rid of this warning, please disable the WP_DEBUG mode. You can do this by opening wp-config.php and adding
    define( ‘WP_DEBUG’ , false ); just above /* That’s all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the page, the error should be gone.

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1115813 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>