Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #299864

    Hi,

    I have some problem which I’ve encountered lately, and that is that some WooCommerce plugin I’ve installed disappear couple of hours after I install it..

    So, I try to debug WP and my site, and I came up with this error:
    “Notice: Undefined variable: title in /wp-content/themes/enfold/config-woocommerce/config.php on line 540”

    What makes this error appear?

    Do you have any idea of what can I do regarding the plugin ?

    Thanks.

    #299948

    Hi oravidor!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Try to deactivate all plugins except woocommerce then test the page again.

    Best regards,
    Ismael

    #300028
    This reply has been marked as private.
    #301693
    This reply has been marked as private.
    #301699

    Shalom!

    Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
    Please make sure to overwrite all files

    Cheers!
    Yigit

    #303661

    Hi Yigit,

    I’ve uploaded the theme using FTP and overwrite all the files, but still the error exist :

    “Notice: Undefined variable: title in /home/zoolikec/domains/zoolike.co.il/public_html/wp-content/themes/enfold/config-woocommerce/config.php on line 540”

    This is happening on all of the products pages, what can I do next ?

    Thanks.

    #304217

    Hi!

    That’s not exactly an error, it’s just a notice. Try the following, open /config-woocommerce/config.php, line 540:

    if(!$title) $title  = __("Shop",'avia_framework');
    

    Replace it by this:

    if(isset($title)) if(!$title) $title  = __("Shop",'avia_framework');
    

    Regards,
    Josue

    #304993

    Thanks,

    That solved it.

    #305014

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘some error’ is closed to new replies.