Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘some error’ is closed to new replies.
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.
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
Shalom!
Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
Please make sure to overwrite all files
Cheers!
Yigit
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.
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
Thanks,
That solved it.
You are welcome, always glad to help :)
Regards,
Josue