harsha247 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

Guide on how to downgrade version #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am having issues with the latest version so want to downgrade but get error:
Fatal error: Call to undefined method VQMod::bootup() 

Is there a guide which shows me what I need to change to get it working again?

Original issue reported on code.google.com by hopkinsd...@gmail.com on 6 Dec 2013 at 7:59

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
This is for BUG REPORTING not a general help desk

Original comment by DJG6...@gmail.com on 6 Dec 2013 at 10:38