Comment 'By default, the maxi...' to 'UNA Auto-report-system reports Database error'
  • By default, the maximum execution time for PHP scripts is set to 30 seconds. If a script runs for longer than 30 seconds, PHP stops the script and reports an error. You can control the amount of time PHP allows scripts to run by changing the max_execution_time directive in your php.ini file.

    To change the maximum execution time, use a text editor to modify the max_execution_time directive in your php.ini file. For example, to set the maximum execution time to 300 seconds (5 Minutes), use the following setting:

    max_execution_time = 300