I am receiving the following error with a fresh D7 install using the latest build:
Parse error: syntax error, unexpected '{' in /homepages/38/d97894505/htdocs/anthemz/includes/bootstrap.inc on line 669
I am receiving the following error with a fresh D7 install using the latest build:
Parse error: syntax error, unexpected '{' in /homepages/38/d97894505/htdocs/anthemz/includes/bootstrap.inc on line 669
Comments
Comment #1
naxoc commentedI tried to reproduce it and I couldn't. Are you still getting the error?
Comment #2
berdirThat's a try/catch on that line. I suspect you are still using PHP 4. That's not supported anymore.
Comment #3
berdirHowever, dying with an fatal error is not so nice, so maybe we can avoid that. I doubt it, though...
Comment #4
Donovan commentedYes. Apache was defaulting to PHP 4. I'll try with PHP 5 and follow-up.
Comment #5
jbrown commentedComment #6
kenorb commentedThanks.