PDA

View Full Version : Argh! vB screwed up!


theprof
Sun 28th May '00, 3:52pm
Hello.

I've finally managed to get vb up and running, but I"ve coem across lots of errors.

At http://www.adolescentadulthood.com/forums/index.php

I get the errors

Parse error: parse error in global.php on line 0

Parse error: parse error in /www/htdocs/adolescentadulthood/forums/index.php on line 0

At http://www.adolescentadulthood.com/forums/forumdisplay.php?forumid=8

I get the errors


Parse error: parse error in global.php on line 0

Parse error: parse error in /www/htdocs/adolescentadulthood/forums/index.php on line 0

please assist

theprof
Sun 28th May '00, 4:33pm
I found out that whenever I edit the template, I get this error. Even if I try an upload the default template, the error persists. Whats up? VB support, my email is webmaster@adolescentadulthood.com

John
Mon 29th May '00, 4:16am
Have you set vBulletin up to parse the header template as PHP in the main options section? Look for the useadvheader and useadvfooter options. Set them to no if they are set on yes.

John

theprof
Mon 29th May '00, 10:19am
No. I did not set them to "yes"

John
Tue 30th May '00, 4:03am
OK - next thing to try is whether you have got magic_quotes_gpc on or off.

Upload this script to your server and see what setting it has next to magic_quotes_gpc:


<?php

phpinfo();

?>


John

theprof
Tue 30th May '00, 10:33am
OK, heres the URL: http://www.adolescentadulthood.com/magicquotes.php

It says magic quotes gpc is "on"

theprof
Tue 30th May '00, 11:12am
How do I turn off magic_quotes_gpc?