By gamma7 on
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
You may have entered wrong
You may have entered wrong information. Have you tried to do it again from scratch?
- Craig Vanderlinden @cvanderlinden
same error
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
:-(
What versions of
What versions of Apache/MySQL/PHP are you running?
- Craig Vanderlinden @cvanderlinden
this is the right path
this is the right path merci
i have crush my htaccesss
with
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
now it's ok :-)
I'm getting the same error..
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.
Thanks
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."