Time out when installing moodle on webhotel server

Time out when installing moodle on webhotel server

door Ole Vagnkjær -
Aantal antwoorden: 1

When I try to install moodle 2.5.2 on my webhotel server it run until loading all funktion/plugine ect. analysing the problem show create table gives time out.

I have to set moodledata directory to the webhotel username, not www but moodledata directory is created end contain files.

Is there some special configration requeriments when installing on webserver?

My support on webhotel would like to know. The server normaly run Joomla CMS.

 

 

Gemiddelde van de beoordelingen:  -
Als antwoord op Ole Vagnkjær

Re: Time out when installing moodle on webhotel server

door Bret Miller -

The installation requirements are pretty clearly documented:

http://docs.moodle.org/25/en/Installing_Moodle

http://docs.moodle.org/25/en/PHP

The tip I would give is that you may need longer than 30 seconds of execution time to install and upgrade Moodle. Many web servers and hosting companies limit you to that, and that will cause problems. I get around it by using the ssh command-line installer (php admin/cli/install.php) which isn't subject to the web server's timeout setting. But your choices are basically to increase the timeout or use command-line. Also double-check your memory limit. Recommended minimum is 128K.

Gemiddelde van de beoordelingen:  -