• Parse error: syntax error, unexpected T_VARIABLE in /home/crestwoo/public_html/blog/wp-includes/option.php on line 225

    My host is running PHP Version 5.3.13

    Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Contact your hosts. It sounds like they are running PHP4 & PHP5 in tandem which can cause problems for WordPress.

    I ran into this issue during my last installation. There is a “clone $newvalue” issue on this line. The solution suggested in another thread was to add parentheses to make it “clone ($newvalue)”. Clone also appears down on line 306, so put “$value” in parentheses at that location, too. Those two changes unstuck my install and I was up and running. Hopefully it will work for you, too. Good luck.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Parse Error Installation Issue’ is closed to new replies.