Closed GoogleCodeExporter closed 9 years ago
Check that the admin index.php has this line, exactly as the following
require_once('../vqmod/vqmod.php');
Original comment by DJG6...@gmail.com
on 1 Jun 2014 at 7:40
It does.
Original comment by stevenga...@hotmail.com
on 1 Jun 2014 at 7:44
in vqmod.php, find this line
public static $logFolder = 'vqmod/logs/';
and change the path to the full path to the log folder. This should work just
fine
Original comment by DJG6...@gmail.com
on 1 Jun 2014 at 7:47
This works in that it gets my admin running, but when I then try to see my
extensions they don't appear in the appropriate menu.
I changed all the paths to have full path, and I also changed the file name=""
parts in the XML files to contain the full path, but to no avail.
Original comment by stevenga...@hotmail.com
on 1 Jun 2014 at 7:57
Those should all work without full paths, and in fact require it to be so for
vQmod to work. This sounds like an obscure windows issue to be honest, some
kind of bad configuration. vQmod was tested on a number of windows machines and
works just fine - though I don't have a win 2008 server to test on personally
Original comment by DJG6...@gmail.com
on 1 Jun 2014 at 7:59
Well, I've changed all the paths to full paths, including the startup.php in
the vqmod_opencart.xml and it now seems to work fine.
This is a workable enough fix for me for the meantime, but will prove a pain if
I need to include any more extensions, or upgrade the site.
Thanks for you help.
Original comment by stevenga...@hotmail.com
on 1 Jun 2014 at 8:07
Original issue reported on code.google.com by
stevenga...@hotmail.com
on 1 Jun 2014 at 7:36