Fatal error during upgrading...

Fatal error during upgrading...

av farah ain -
Antall svar: 1

hi all.

what should i do regarding this?

"Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\moodle\lib\moodlelib.php on line 6779"

sincerely,

farah

 

Gjennomsnittlig vurdering: -
Som svar til farah ain

Re: Fatal error during upgrading...

av Guillermo Madero -

Hi Farah,

You need to edit the PHP configuration file, php.ini. Try increasing the value of the following parameters to 5 minutes:

max_execution_time = 300
max_input_time = 300

You need to restart your web server after you save the file.

If this works, then try to find and use the lowest possible value that still allows your installation to run without timeouts.