Hello,
I don't know if it has anything to do with my host, because it happened on more then one site I've built using Drupal in different servers, and I'm getting worried, 'cause the only solution I've found yet was to reinstal everything.

The trouble:
After a few days working on my Drupal Site, the Admin page doesn't open anymore. When I click on the Admin link, what appears instead is a blank page, and no code is generated either.
I reported this error on the Drupal-Brasil community and no one seemed to know what was going on or ever heard about a similar problem. And there is no error log on Watchdog, nor in the logs of my Control Panel.

All other pages work, except for the /admin and the /admin/* pages.
The temporary solution I've founded is to backup all I can and build another brand new site (and hope this bug doesn't happen again).
Of course, this makes my work a lot slower!

Thanks for the attention. I hope someone can help me.

Comments

haraldessert’s picture

Additional information:
My servers have php5, running on Apache, Linux server. I am working on three different hosts, and noticed this error in all of them.
I'm using Drupal 5.5
I build my own themes in CSS, generally based on a previous Drupal theme (such as Garland or Bluemarine), but I don't think it has anything to do with my themes, as long as I use Garland as my Administrative theme.
No error message is displayed! What appears is just a completely blank page, and no title is shown on the browser.
I usually work on Firefox 2.0, but I test my sites on IE6, IE7 and Safari too. The problem happens in all of them.

haraldessert’s picture

Category: bug » support
haraldessert’s picture

Status: Active » Closed (won't fix)
najibx’s picture

Status: Closed (won't fix) » Active

you have the same problem with me :-( have you check your memory usage?

But in my case, I have no problem with memory, but problem still exist. I have other site, whihc has more modules installed and running on the same codebase. Any modules would conflicted and caused this matter?

Eg. in Safari can’t open the page.
Safari could not open the page “http://igolf.my/admin/build/modules” because the server is not responding

najibx’s picture

disable update_status and now I am able to access /admin*

Turning off the module by editing the database directly (phpMyAdmin or whatever) - in the table {system} you change the status to 0 for the update_status

sfks’s picture

I have the same problem on Drupal 6.3 and 6.4 . If I enable update_status I can't access admin pages (blank page).

My hosters changes recently the server, maybe have something to do with.

haraldessert’s picture

I solved the problema partially by increasing the PHP memory limit.
I do this by inserting the following line in settings.php file:

ini_set('memory_limit', '98M');

Even using heavier modules such as eCommerce (which I was trying to use when it happened) the problem isn't occuring.

At least no so often. Last week it happened in another site of mine, apparently for no reason. I was using no heavy module and the memory limit was set to 98Mb. But now the page that was appearing blank was the Modules List page.
It was only solved by setting up the whole site again.

Still got no answers for that.

odecuas’s picture

Hi,

i had similar problem;

I am running winServer 2003
Apache 2.2
PHP 5
MySQL 5

i looked at memory; here is my php.ini memory setting
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

I dont have an entry for settings.php... Should I?

Interesting thing; i have 3 sites on single Drupal Core install, 2 of the sites i can see the /admin/* pages, but on 1 site, i just get blank page???

help! :D

ainigma32’s picture

Status: Active » Postponed (maintainer needs more info)

@odecuas: Please provide some more info. What version Drupal are your running? Are there any errors in Apache's logging?
Do have any contributed modules installed?

- Arie

ainigma32’s picture

Status: Postponed (maintainer needs more info) » Fixed

Looks like odecuas won't be posting any feedback so I'm setting this to fixed.

Feel free to reopen if you think that is wrong.

- Arie

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Tongtong-2’s picture

Version: 5.5 » 6.10
Assigned: haraldessert » Tongtong-2
Status: Closed (fixed) » Active

I just installed drupal 6.10. When I click the Admin page, it give me a blank page.

rootwork’s picture

Assigned: Tongtong-2 » Unassigned
Status: Active » Fixed

Take a look at modules page is blank and Troubleshooting the White Screen of Death.

If after following those pages you still have problems, you can reopen this issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

anuradha.zinjade’s picture

Please disable "upadate" module using database.

jayesh_makwana’s picture

Version: 6.10 » 10.0.x-dev
Issue summary: View changes

#15 works for me. Thank you @anuradha.zinjade