I've been playing with my site lately and have noticed some issues with VQMod caching that are throwing some errors on my site. I've tried clearing VQMod cache, etc, to no avail.
An example of a page where I'm seeing this issue is:
http://bit.ly/1NJlg3s (shortened so this doesn't get indexed in Google). At the bottom of the page you see this error:
Code: Select all
Notice: Undefined variable: categories in /home/thetarge/public_html/elitespecialtymeats.org/vqmod/vqcache/vq2-catalog_view_theme_pav_wines_template_product_manufacturer_info.tpl on line 133
Looks like this is the problem line:
Code: Select all
<?php if (!$categories && !$products) { ?>
Code: Select all
<?php if (!$products) { ?>
Any help is much appreciated, thank you all!