Hi I am trying to install Moodle 3.11.4 version locally with xamp/apache/maria db.
During system installation i turned on debugging messages, I am receiving following error:
Fatal error: Maximum execution time of 600 seconds exceeded in C:\xampp\htdocs\moodle\lib\classes\component.php on line 857
I set in config.inc.php
$cfg['ExecTimeLimit'] = 6000;
and also in php.ini
max_execution_time=5000
But these changes do not have any effect for system installation.
Can you please help?