Reputation: 557
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
Reputation: 15151
Checklist of things you need to do
/vqmod/mods.cache
and /vqmod/checked.cache
/vqmod/vqcache/
directory/vqmod/
, /vqmod/vqcache/
and /vqmod/logs/
/vqmod/xml/
are readable by the web server user/vqmod/xml/vqmod_opencart.xml
is presenthttp://yoursite.com/vqmod/install/
to make sure everything is installed correctlyUpvotes: 3