You are here:
» White Blank Screen When Installing Drupal
White Blank Screen when installing drupal
This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.
I am installing Drupal and I am getting white blank screen of death with nothing in it. How do I solve it?

1 year 39 weeks ago
Tags:
You can look at the error if you enable display_errors (i.e. set to on) in your php.ini and restart apache. This would display the error: "Fatal error: Allowed memory size of X bytes exhausted".
This error is caused by low memory size of a php process on your server where you are installing Drupal.
The solution to white screen of death on drupal is to increase your memory_limit in php.ini to 64M or 128M.
Restart your apache and try again. The problem would go away.
Post Comment