Alert Maximum execution time of 60 seconds exceeded
Original Question or Issue:
Alerts showing error Maximum execution time of 60 seconds exceeded
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Maximum execution time of 60 seconds exceeded
Defect or Enhancement Number:
Cause:
One of the internal operations is taking more than 60 seconds to return a response.
Resolution or Workaround:
Edit the .htaccess file under <Drive>:\xampp\htdocs\.htaccess (Windows) or /var/www/html/.htaccess (Linux) and set the value of 120 to the parameter "php_value max_execution_time", restart the Apache service.
If you receive the alert below after the change, it means the issue hasn't been resolved, and you need to investigate the root cause.
Maximum execution time of 120 seconds exceeded
Notes: