I think I found an error.. the only way I can get it to work is in the init.php I added a "," at the end of 262144.
This is the way the install doc reads (copy and pasted)
3b. In INCLUDES/INIT.PHP:error here
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################
This is what I did to make it work:
3b. In INCLUDES/INIT.PHP:error here
Find:
#######################
'caneditownusernotes' => 131072
#######################
REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
#######################
So now I don't recieve any errors.
HOWEVER,
When I use vbgarage and try post a picture I get a "red x" for the picture. BUT if I click on it to enlarge it it displays fine!??! Has anyone come accross this??
Thanks,
-Curtis
|