vqmod not reading from cache

1.4k Views Asked by At

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?

1

There are 1 best solutions below

2
On

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