lunes, 27 de abril de 2009

DRUPAL Troubleshooting: The White Screen of Death (completely blank page) - How to solve

Enable Error Reporting:

 <?php

error_reporting(E_ALL);

ini_set('display_errors', TRUE);

ini_set('display_startup_errors', TRUE);



--
Eduardo R. Coll

No hay comentarios: