On a demo store with demo products installed, edit the Apple Cinema 30" product and click save.
if public $useCache = FALSE in vqmod.php then the following error is displayed:
Code: Select all
Notice: Undefined index: option_value_id in/htdocs/site/admin/model/catalog/product.php on line 169Warning: Cannot modify header information - headers already sent by (output started at/htdocs/site/admin/index.php:79) in/htdocs/site/vqmod/vqcache/vq-system_engine_controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at/htdocs/site/admin/index.php:79) in/htdocs/site/vqmod/vqcache/vq-system_engine_controller.php on line 29
In addition, I think the default for $useCache is FALSE in vqmod.php
this means that the cache files are rewritten each time the page loads that has been modded. I have noticed a slight performance hit with this.