Closed GoogleCodeExporter closed 9 years ago
Managed to get it working by manually modifying index.php
1. Remove:
VQMod::bootup();
2. Replace each:
require_once(VQMod::modCheck(DIR_SYSTEM . *));
With:
require_once(DIR_SYSTEM . *);
3. Replace:
// VQMODDED Startup
With:
// Startup
Now the old install ran correctly.
Original comment by hopkinsd...@gmail.com
on 6 Dec 2013 at 8:07
This is for BUG REPORTING not a general help desk
Original comment by DJG6...@gmail.com
on 6 Dec 2013 at 10:38
Original issue reported on code.google.com by
hopkinsd...@gmail.com
on 6 Dec 2013 at 7:59