PDA

View Full Version : Problem with Vblletin Board


apial
Fri 4th Aug '00, 6:33am
Hi,

i have installed my Vb Board. When i wanted to start my VB than come the LINE "Parse error: parse error, expecting `','' or `';'' in global.php on line 62"

what can i do???

Martin
Fri 4th Aug '00, 7:49am
crap but I thought that was fixed...

open global.php and find this:

global $DB_site

change it to look like this:

global $DB_site;


all you have to do is add a ";" to the end of it.

James, please get this fixed? It's an error that only shows up when a person is using PHP 4.0.1

Chris Schreiber
Fri 4th Aug '00, 9:57am
Yes I noticed this as well when I installed... thought it was my fault somehow though ;)

-Chris