cannot access admin
-
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 47the 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.
The topic ‘cannot access admin’ is closed to new replies.