Drupal White Screen of Death

Tagged:  •    •  

Another blank screen troubleshooting tip per torgosPizza on ubercart.org:
"... to troubleshoot your white screen problem, put this into the top of your index.php:


error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

That'll show you any fatal errors (which Drupal chokes on). It's helped me tons."

I think this is a wonderful tip, so I am sharing it here.

Thank you for sharing this awesome information. I learned a lot from it. I would love to read your future works so keep it up!

digital ballasts

Thanks for the useful information. Definitely something I must look into! I know I’ve been on the website before to do a quick look, but this time I will take a proper read as it sounds very useful. Keep it up!
Back workout

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.

More information about formatting options

Captcha
This question is for testing whether you are a human visitor and to prevent automated spam submissions.