And it work, but when i try to uninstall, delete, upload new vqmod xml from vqmod manager i got this error:
Code: Select all
Notice: Undefined variable: vqmod in /home/xxxx/public_html/oc/vqmod/vqcache/vq2-system_startup.php on line 73
Fatal error: Call to a member function modCheck() on a non-object in /home/xxxx/public_html/oc/vqmod/vqcache/vq2-system_startup.php on line 73
Code: Select all
require_once($vqmod->modCheck(DIR_SYSTEM . 'helper/json.php'));
Code: Select all
// VirtualQMOD
require_once('./vqmod/vqmod.php');
$vqmod = new VQMod();
But after VQMODE Manager refresh, vq2-system_startup.php back to original, without my modified code.
Any idea what is going on?
Thank You,
Kurniawan