White Blank Screen of death when running drupal in apache or lampp

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


The white screen of death is usually caused by a lack of memory - on your dev box, you just need to increase the amount of amount of memory allocated to PHP in php.ini. So if you are using lampp, go to /opt/lampp/etc/php.ini and find the line: memory_limit = XXM. Increase this XXM to say 32 or 64M and the white screen of death should go.

                                     

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.