By jtrost on
After upgrading to 6.15, I can no longer access mysite.com/admin. It shows a blank screen. Once I am logged in I can access all of the pages by using the navigation, however the /admin just shows a blank white screen. How can I fix this?
Comments
=-=
did you run update.php?
have you tried to clear cache tables in the database?
blank pages, may be apache errors which are printing to your apache logs. Have you checked?
Have you checked your drupal logs?
This happened after running
This happened after running update.php once. I cannot access /admin/reports/status either.
Clearing the cache tables
Clearing the cache tables brought back /admin. But I cannot access the status report and I am receiving the "One or more problems were detected with your Drupal installation. Check the status report for more information." error. Is there some way I can find out what the status report error is?
fatal error after upgrading to 6.15
The same thing happened to me when i upgraded, the admin function disappeared. the worst thing is, the entire is no longer accessible. thus this fatal error: "
Fatal error: Call to undefined function user_access() in /home/firaapub/public_html/includes/menu.inc on line 449"
Can someone help me on this please. My site has been running well until i upgraded. PLEASE!!!!!!!!!!
Thanks.
Same issue
I have the same issue from upgrade. www.sitename.com/admin page does not have any content. But the list by module tab works.
Subbu
Drupal Scavenger
Incompatibility with PHP might be the issue
I had a similar problem and tried all of the fixes listed here and other blogs to no avail.
I believe that 6.15 is not compatible with PHP 5.3.0 that is certainly the case with 6.13. I had to install an earlier version of PHP (5.2.11) to get my 6.13 site functioning with cron.
After upgrading to 6.15 and to fix the admin pages issues, I changed my PHP to 5.3.0, stoped and restarted the wamp and then changed it back to 5.2.11 and again stopped and restarted the wamp services.
I now have my admin pages back.