Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter mknightjr

    (@mknightjr)

    Thanks so much for your help, govpatel!

    Following your suggestion, I inserted the code below into the wp-config.php file.

    error_reporting(E_ALL); ini_set('display_errors', 1);

    After refreshing my site I received an error message that said there was an error in the wp-config.php file.

    Parse error in ...mywebsite/mywebfolder/wp-includes/option.php on line 225

    I did some research on this error and found that it was related to my host using an incompatible version of php…apparently, WP 3.4.1 must run on PHP 5.2.4 or higher. My host was set to PHP 4. I went into the control panel on my host and changed my PHP setting…and that fixed the problem. I was able to run the upgrade and my site now loads!

    Thanks!

Viewing 1 replies (of 1 total)