There was an error while loading. Please reload this page.
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.