Forums

Fresh Installation Not Working! (2 posts)

  1. danielsgroves
    Member
    Posted 1 year ago #

    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

  2. Jason
    Member
    Posted 1 year ago #

    Could the WP upload be missing some files?

    Maybe try adding this line to wp-config.php to bump up the memory.

    define('WP_MEMORY_LIMIT', '64M');

Topic Closed

This topic has been closed to new replies.

About this Topic