Ajay thalore
Member
Posted 10 months ago #
when i tried to open install.php in browser i got an error
Parse error: syntax error, unexpected T_VARIABLE in C:\inetpub\vhosts\desiadda.co.in\httpdocs\wp-includes\option.php on line 225
please help me out. I'm unable to install wordpress because of following error.
Try re-uploading all files & folders from a fresh download of WordPress.
Ajay thalore
Member
Posted 10 months ago #
dude did same task 2 times... again same problem :(
interactivista
Member
Posted 10 months ago #
Ajay thalore
Member
Posted 10 months ago #
@interactivista if you get any solution do tell me.
johntullyf
Member
Posted 10 months ago #
Also getting same message on fresh install
Parse error: syntax error, unexpected T_VARIABLE in /homepages/15/d286859862/htdocs/cipshred.com/blog/wp-includes/option.php on line 225
could you specify the php version of your server ? plugins ? themes ?
johntullyf
Member
Posted 10 months ago #
identified my issue as host was running PHP 4 not PHP 5 as standard. made global change to PHP 5 and was able to create the WP blog
Mei Fun
Member
Posted 10 months ago #
I have the same problem as well, MaY I know is John solve the problem yet?
Thank your for all the suggestions. I've been having the same exact error after installing WordPress with Softaclous. I've checked that the server is indeed running the right versions of PHP and MySQL (versions 4.4.9 and 5.1.62-cll, respectively) for WP 3.4.1. What can be the problem here? Any insight will be much appreciated.
styleweb
Member
Posted 10 months ago #
check your php vesrion with creating a php file which contains
<?php
phpinfo();
?>
try to install wordpress manually without script help. so you may get idea about error repleted to requirement.
You need PHP 5.2.4 to run WordPress
@esmi
You are correct. I meant to write PHP 5.4.9.
It seems that my web host has the option of running the page with either PHP 4 or PHP 5. It was originally set to "system default." I have no idea of which version that is referring to. But set the server to render pages in PHP 5 and fixed the problem. Thank you for the responses and help.