Meddie
Meddie

Reputation: 557

vqmod not reading from cache

I got a strange situation. I'm using VQMOD with Opencart and everything worked alright until I uploaded all the code to a secure ssl hosting.

VQMOD still works and is making all the cache files in vqcache. In checked.cache file however not all the modded files are listed. Is this normal?

logs, vqcache, checked.cache, mods.cache, system/cache and logs have permissions set to 777

It seems that VQMOD is not using all the plugins (using the normal files instead of the vqcache file). I have no errors.

Can someone help me with this?

Upvotes: 0

Views: 1461

Answers (1)

Jay Gilford
Jay Gilford

Reputation: 15151

Checklist of things you need to do

  • Delete the files /vqmod/mods.cache and /vqmod/checked.cache
  • Remove all cache files from the /vqmod/vqcache/ directory
  • Make sure your write permissions are valid on /vqmod/, /vqmod/vqcache/ and /vqmod/logs/
  • Make sure the files in /vqmod/xml/ are readable by the web server user
  • Make sure the file /vqmod/xml/vqmod_opencart.xml is present
  • Go to http://yoursite.com/vqmod/install/ to make sure everything is installed correctly

Upvotes: 3

Related Questions