-
AuthorPosts
-
August 4, 2014 at 8:53 pm #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.
August 5, 2014 at 1:57 am #299948Hi 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,
IsmaelAugust 5, 2014 at 6:19 am #300028This reply has been marked as private.August 8, 2014 at 4:27 pm #301693This reply has been marked as private.August 8, 2014 at 4:31 pm #301699Shalom!
Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
Please make sure to overwrite all filesCheers!
YigitAugust 13, 2014 at 6:30 am #303661Hi 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.
August 14, 2014 at 7:51 am #304217Hi!
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,
JosueAugust 15, 2014 at 5:02 pm #304993Thanks,
That solved it.
August 15, 2014 at 6:35 pm #305014You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘some error’ is closed to new replies.
