Version is 1.5.6.4
I've just moved a store from a testing domain to the live one by installing a fresh opencart on the new server then transferring the site over.
The site loads fine and works, until you press the browser back button to go back to the home page, then I'm getting this error;
Warning: require_once(../vqmod/vqmod.php): failed to open stream: No such file or directory in /home/mydomain/public_html/index.php on line 17
Fatal error: require_once(): Failed opening required '../vqmod/vqmod.php' (include_path='.:/usr/local/lib/php') in /home/mydomain/public_html/index.php on line 17
Line 17 on my index.php is;
Code: Select all
require_once('./vqmod/vqmod.php');VQMod::bootup();
What should I try to fix this?
Thanks
Wayne