Blank admin page in Drupal 6
Submitted by ravisagar on Tue, 11/25/2008 - 08:31
I installed Drupal 6 today on my windows machine in office. After creating the first user I tried to access the Administration Page, but a blank page was returned. I searched google to fix this problem and got this link.
http://www.tmsnetwork.org/blog/content/2008/08/22/drupal-6-slow-administ...
Go to system table and change the value of 'status', 'bootstrap' and 'throttle' to 0
update system s
set s.status=0, s.throttle=0, s.bootstrap=0
where filename = 'modules/update/update.module'
set s.status=0, s.throttle=0, s.bootstrap=0
where filename = 'modules/update/update.module'
Now you should be able to access the ./admin area :)
Tags:
- ravisagar's blog
- 10338 reads





Comments
how to create separate admin page in drupal ,by using a link it will be accessed or by creating total admin panel in separate page
24 November 2007
17 hours 39 min
Cool. So now you are on Drupal :)
Nice trick Ravi !
I guess you're talking about it yesterday, while we're having a phone conversation. Would add this to my troubleshooting book :)
Btw - Just setup Drupal on dakshsharma.in
Daksh
Post new comment