Quote:
Parse error: parse error in ./admin/functions.php on line 296
Fatal error: Call to undefined function: getuserinfo() in ./admin/sessions.php on line 108
|
What is on line 296 of functions.php?
I'm not sure what the policy is of posting vB code, but I'm sure they would rather you didn't. Just look at that line. Look at it long and hard. That's where your error is. A parse error could be a missing semi-colon on the line above, or any other syntax error
on that line. If it is the last line of the file, it is most likely a missing squigglye brace thingy "{" or "}". Err... ummm... that's all I can think of right now.