Need a little help

BMN

New Member
help!something is wrong with my vbulletin

i get this error message on everypage
Code:
Parse error: syntax error, unexpected ',' in /***/***/***/htdocs/global.php(838) : eval()'d code on line 4

and i can't login into my forum, everytime i tried to i get an error message saying
Code:
Unable to add cookies, header already sent.
File: /***/***/***/htdocs/global.php(838) : eval()'d code
Line: 4

i think something went wrong with my headinclude template

please help me! how do i fix this?
 
Look for white space or code added before or after the <?php or ?> tags, that is usually the cause of the headers already sent error. Have you been hacking global.php? or installed a hack recently that might have ?
 
Back
Top