Hi,
I just downloaded WordPress 3.0.1 and uploaded it to my hosting account, in a sub-directory. Upon loading the new wordpress installation I just get a white screen. Having done research on this I have found that this is normally caused by incompatible themes or plugins, but this is a fresh install! There is only the defaults.
Anyhow, I added the following to index.php to turn on error reporting:
ini_set("display_errors", 1);
ERROR_REPORTING(E_ALL);
Which then turned out this error:
Fatal error: Call to undefined function: is_wp_error() in /var/www/vhosts/wsbeorchids.org.uk/httpdocs/wordpress/wp-includes/load.php on line 339
What could cause this and how could I go about fixing it? If it helps here's my PHP info.
Thank you in advance,
Daniel Groves