Working on a new installation of 2.4. I am trying to restore a 15MB course. I turned on debugging and got the following error:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/curtbi5/public_html/moodle24test/moodle/backup/util/xml/parser/processors/grouped_parser_processor.class.phpon line 101
my php.ini file, however, was set to specifically prevent this problem. I have set the maximum execution time to 400 seconds. See below.
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 400 ; Maximum execution time of each script, in seconds
max_input_time = 400 ; Maximum amount of time each script may spend parsing request data
memory_limit = 512M ; Maximum amount of memory a script may consume (32MB)