Next Tutorial
Drupal 7 Tutorial Part 16: Drupal 7 Reports & Logs Explained
How to resolve WSOD (White Screen Of Death) error in drupal ?
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);
©2010 AnilSagar. All rights reserved. Drupal theme by Kiwi Themes.

0 comments
Post new comment