elearningstudio / moodle-report_filetrash

Utility for viewing and deleting orphaned files from the data and/or backup folder
www.elearningstudio.co.uk
6 stars 8 forks source link

Report doesn't override PHP max_execution_time on probably resource intensive operation #10

Closed danowar2k closed 1 month ago

danowar2k commented 2 years ago

Calling report/filetrash/index.php:

File trash

Fatal error: Maximum execution time of 30 seconds exceeded in /moodle/application/htdocs/moodle/qa/report/filetrash/classes/compare.php on line 125

There should probably be a core_php_time_limit::raise() somewhere?

danowar2k commented 1 month ago

Well I think nothing will happen here anymore, so....