This is an update on my problems upgrading (please refer to my last post)
http://drupal.org/node/885580
I was able to get past the white page of death for the front page but when I try to access the backend I still get white page of death followed by these error logs from my server. The weird thing is... When I login under another role (editor) for the site. It lets me login but when i try to login as admin i get a White Screen of Death and those error logs on my server. Does anyone know how I can revive my baby?
This is my current error logs from my server:
[root@mondoguru ~]# tail -f /var/www/vhosts/site.com/statistics/logs/error_log
[Sat Aug 21 03:49:26 2010] [error] [client 76.241.142.242] File does not exist: /var/www/vhosts/site.com/httpdocs/favicon.ico
[Sat Aug 21 03:55:21 2010] [error] [client 207.244.223.77] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:05:27 2010] [error] [client 77.88.24.25] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:26:08 2010] [error] [client 66.249.68.179] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:26:18 2010] [error] [client 66.249.68.179] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:26:29 2010] [error] [client 66.249.68.179] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:31:41 2010] [error] [client 77.88.24.25] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490
[Sat Aug 21 04:50:33 2010] [error] [client 66.27.103.22] File does not exist: /var/www/vhosts/site.com/httpdocs/favicon.ico
[Sat Aug 21 04:50:33 2010] [error] [client 66.27.103.22] File does not exist: /var/www/vhosts/site.com/httpdocs/favicon.ico
[Sat Aug 21 04:50:43 2010] [error] [client 66.27.103.22] PHP Fatal error: Call to undefined function user_access() in /var/www/vhosts/site.com/httpdocs/includes/menu.inc on line 2490, referer: http://site.com/user
Comments
_
user_access should be defined in modules/user/user.module, line 492
I'd check your user.module!