Parse error: syntax error while upgrading to 3.6
-
I just completed a manual upgrade from version 3.5.2 to the new 3.6 and when I tried to run the Update your installation step – http://www.claimingkin.com/wp-admin/upgrade.php – my blog site won’t come up and I get the following error message:
Parse error: syntax error, unexpected ‘,’ in /home/kinfolks/public_html/wp-includes/post.php on line 2936
When I opened my html editor to take a look at – /wp-includes/post.php on line 2936 – this is what I saw:
2936 if ( $clear_date ) { 2937 $postarr['post_date'] = current_time('mysql'); 2938 $postarr['post_date_gmt'] = '';I know just enough html to be dangerous, so I have not touched or changed any code. But what is causing me all these problems?
Do I need to go back to my version 3.5.2 at this point?
Thanks in advance for all your assistance!
The topic ‘Parse error: syntax error while upgrading to 3.6’ is closed to new replies.