Quote:
Originally Posted by aussiev8
can i ask what part of init.php i need to be looking at?
|
This is all spelled out in the vbgarage_readme.txt.
You need to redo the PHP file edits according to those instructions on a clean copy of each named vB php file. You must use clean files or be able to find your old edits, remove them, and add the new edits.
It's in there man.
In init.php you probably have...or have both.
PHP Code:
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
You should have this only.
PHP Code:
// START VBGARAGE HACK
'canvbgarage' => 16777216,
// END VBGARAGE HACK