How to fix Fatal Error: Maximum execution time of 30 seconds exceeded in date_api.php
How to fix Fatal Error: Maximum execution time of 30 seconds
On this page, we will go through the steps involved to fix Fatal Error: Maximum execution time of 30 seconds exceeded in date_api.php
Error
Fatal Error: Maximum execution time of 30 seconds exceeded in date_api.php on line 251
Fix
Stop the Apache server.
Locate the php.ini settings file.
Modify the PHP setting
max_execution_time
Increase the value from 30 seconds to some higher value like 90 seconds.
Save the file.
Start the Apache server.
Try to login to the Testlink instance.