Hi,
when installing drupal 7.2 I extracted drupal-7.2.tar.gz to my working directory on a webserver.
Invoking the install script resulted in
parse error: syntx error, unexpected { in ../includes/bootstrap.inc line 676.

the same script worked fine on a local installation on my linux notebook.

Are there any hints?

Regards Jerry

Comments

VanD’s picture

You may have entered wrong information. Have you tried to do it again from scratch?

- Craig Vanderlinden @cvanderlinden

nicolo’s picture

test 1
upgrade sur server = Parse error: syntax error, unexpected '{'

test 2
upgrade en local drupal 7.0 -> 7.2 = ok
et transfere ftp = Parse error: syntax error, unexpected '{' bootstrap.inc on line 676

:-(

VanD’s picture

What versions of Apache/MySQL/PHP are you running?

- Craig Vanderlinden @cvanderlinden

nicolo’s picture

this is the right path merci

i have crush my htaccesss
with
SetEnv PHP_VER 5

SetEnv REGISTER_GLOBALS 0

now it's ok :-)

jcalebm’s picture

I'm getting the same error.. And no one has helped the OP, I really hate that about Drupal forums, not alot of help.

Here's the answer:

http://drupal.org/node/1027316

Change your php settings to PHP5 in your webhost.

webmanoffesto’s picture

I'm also on Lunarpages and this solved the problem for me too
http://drupal.org/node/1027316
"Change your php settings to PHP5 in your webhost."