• rivkyp

    (@rivkyp)


    When we try to login or access the admin section of our blog we get the dreaded white screen. php_errors.log shows lots of undefined functions

    PHP Fatal error: Call to undefined function _get_cron_array() in /var/www/imgprep.com/blog/wp-cron.php on line 47
    [08-May-2013 11:39:27] PHP Fatal error: Call to undefined function force_ssl_admin() in /var/www/imgprep.com/blog/wp-login.php on line 15
    [08-May-2013 11:41:28] PHP Fatal error: Call to undefined function wp() in /var/www/imgprep.com/blog/wp-blog-header.php on line 14
    [08-May-2013 11:41:40] PHP Fatal error: Call to undefined function wp() in /var/www/imgprep.com/blog/wp-blog-header.php on line 14
    [08-May-2013 11:41:52] PHP Fatal error: Call to undefined function force_ssl_admin() in /var/www/imgprep.com/blog/wp-login.php on line 15
    [08-May-2013 11:44:51] PHP Fatal error: Call to undefined function wp() in /var/www/imgprep.com/blog/wp-blog-header.php on line 14
    [08-May-2013 11:54:21] PHP Fatal error: Call to undefined function wp() in /var/www/imgprep.com/blog/wp-blog-header.php on line 14
    [08-May-2013 11:54:25] PHP Fatal error: Call to undefined function force_ssl_admin() in /var/www/imgprep.com/blog/wp-login.php on line 15
    [08-May-2013 12:11:03] PHP Fatal error: Call to undefined function _get_cron_array() in /var/www/imgprep.com/blog/wp-cron.php on line 47

    the file wp-includes/functions.php is where it belongs and had normal permissions. I do not understand why WordPress cannot find it.

    This is my first time working with a blog so any help would be appreciated.

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

    (@rivkyp)

    I forgot to mention that I downloaded the latest version of wordpress this morning and it did not help.
    Since I could not access admin, I did a manual download.

    I verfied that the wp-config.php file has the correct paths and also checked in PHPMyAdmin that the wp_options file has the correct URL.

Viewing 1 replies (of 1 total)

The topic ‘cannot access admin’ is closed to new replies.