Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Troubleshooting

ylapin edited this page Oct 27, 2013 · 10 revisions

Problem: WSOD (White screen of death)

Solution:

Make sure your php.ini file has

memory_limit = 128M ; or higher

it's necessary to give more run time to the server and php changing also the following values

max_execution_time = 300

and in apache httpd.conf

Timeout 180

...and then restart your server!

After the installation return to the default values because DOS attack may freeze your server.

Clone this wiki locally