Hello,

Whenever I submit any type of administrative change, such as saving a new block, I get a white screen. If I click on the URL at the top of the browser, the command executes and everything works, but I don't want to have to do this manually every time.

The rest of my site loads just fine--no white screens. Seems the problem is confined to admin tasks.

Thanks very much for any advice!

Comments

heretique’s picture

First, check Drupal log entries. I had the same problem, but it was caused by me:
i added extra whitespace in my theme's template.php file, which caused error like this:

Cannot modify header information - headers already sent by (output started at /Users/tomek/Sites/drupal-6.4/sites/all/themes/liturgia2/template.php:24) in /Users/tomek/Sites/drupal-6.4/includes/common.inc on line 319.