Is there a way to change this maximum execution time?Fatal error: Maximum execution time of 30 seconds exceeded in /mypath/mypage.php on line 84
Maximum execution time exceeded
Moderator: General Moderators
- noguru
- Forum Commoner
- Posts: 61
- Joined: Thu Jun 06, 2002 4:03 am
- Location: Just north of the City Of Gold, Land of Milk and Honey
Maximum execution time exceeded
When I request a certain php page through my browser, I get the following error message after a while:
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
in php.ini
in a script you may set this parameter with ini_set or even better use set_time_limitmax_execution_time = 30 ; Maximum execution time of each script, in seconds
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK


