VQmod Update not working - has errors
Posted: Fri Feb 02, 2018 3:06 am
Hi
I was wondering if someone can help. I cannot figure this out.
I have updated VQmod to v2.6.3-opencart. I followed all the instructions and now get the following error.
Fatal error: Cannot instantiate abstract class VQMod in /home/XXXX/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 8
My index.phi has the following
// VirtualQMOD
require_once('./vqmod/vqmod.php');
VQMod::bootup();
// VQMODDED Startup
require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));
I am pulling my hair out and not sure what else to try.
Thanks for your help
I was wondering if someone can help. I cannot figure this out.
I have updated VQmod to v2.6.3-opencart. I followed all the instructions and now get the following error.
Fatal error: Cannot instantiate abstract class VQMod in /home/XXXX/public_html/vqmod/vqcache/vq2-system_engine_loader.php on line 8
My index.phi has the following
// VirtualQMOD
require_once('./vqmod/vqmod.php');
VQMod::bootup();
// VQMODDED Startup
require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));
I am pulling my hair out and not sure what else to try.
Thanks for your help