HI
I have this problem:
I have inserted in my index.php at beginning of page,
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
but my drupal web site still returns a white blank page.
Can anyone help me?
Enrico