Vqmod wiki on how to install it correctly.
Upgrade to the latest vqmod, this will help we debugging and number of fixes/performance improvements. See full list of changes.
Common vqmod things to check:
- Have you deleted the required file: vqmod/xml/vqmod_opencart.xml? This is required for opencart.
- Have both index.php and admin/index.php been modified by vqmod? If you have changed the directory of the admin, you will need to make the changes manually - see wiki.
- Does vqmod have the correct write permissions - see wiki.
You can check if its working correctly by emptying the vqcache directory and refresh your website, check the vqcache again to check the files have been re-generated.
Also old versions of vqmod used to read from the cache for 60 seconds if you dont see your changed instantly this check useCache = false. - Moving vqmod .xml files into a sub-folder will not uninstall them, they need to be either moved completely out of the vqmod/xml folder or rename *.xml to *.xml_
Common Vqmod Errors
- Error: DOM UNABLE TO LOAD, is usually related to character encoding.
1. Validate the XML file here: http://www.xmlvalidation.com/
2. Add <?xml version="1.0" encoding="UTF-8"?> to the top of XML file
3. Use a application like Notepad++ which can ensure the file is saved in Encoding UTF-8
4. Ensure any non-standard characters (á, é, etc) are wrapped in CDATA
5. Re-upload the vqmod XML files, this may of been corrupted when uploading