Next Tutorial

Drupal 7 Tutorial Part 16: Drupal 7 Reports & Logs Explained

How to resolve WSOD (White Screen Of Death) error in drupal ?

Submitted by anilsagar on Fri, 08/05/2011 - 10:40

Most of the times when you end up with some syntax errors you will see wsod white screen of death in drupal sites. To find the exact location of error copy paste below code in index.php file immediately after <?php tags to see the error location instead of wsod. Please find the code below.

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

0 comments

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.
©2010 AnilSagar. All rights reserved. Drupal theme by Kiwi Themes.