Page 1 of 1

vqmod not working - permission denied

Posted: Thu Apr 23, 2015 4:34 pm
by ADG
hi

I am now using Opencart 2.0 and installed vqmod

If I go to vqmod page in admin i get 'permission denied'.

I have CHmod permissions check to 777 on all the appropriate files and directories.
I only have 2 ext in the xml directory:
- vqmm_menu_shortcut.xml
- vqmod_opencart.xml


I usually can sort out problems with this but not this time. ca anyone help please.

Re: vqmod not working - permission denied

Posted: Thu Apr 23, 2015 5:29 pm
by pm-netti
ADG wrote:hi

I am now using Opencart 2.0 and installed vqmod

If I go to vqmod page in admin i get 'permission denied'.

I have CHmod permissions check to 777 on all the appropriate files and directories.
I only have 2 ext in the xml directory:
- vqmm_menu_shortcut.xml
- vqmod_opencart.xml


I usually can sort out problems with this but not this time. ca anyone help please.
Do you this change to index.php?

Code: Select all

// vQmod
require_once('./vqmod/vqmod.php');
VQMod::bootup();

// VQMODDED Startup
require_once(VQMod::modCheck(DIR_SYSTEM . 'startup.php'));