Forums / Install & configuration / Can Any One Help Me ...
Firas Murad
Saturday 03 April 2004 1:46:55 am
hi .. I Got these Errors while am setup EZ. Fatal error: Maximum execution time of 30 seconds exceeded in c:\appserv\www\ez\lib\ezfile\classes\ezdir.php on line 411
Fatal error: Maximum execution time of 30 seconds exceeded in c:\appserv\www\ez\lib\ezutils\classes\ezexecution.php on line 157 ----------------------------- do Any One Have An idia About , it . and how to fix thing coased it . i tried to change limtation of memory in php.ini file , but it didnt work . Thanx
Tony Wood
Saturday 03 April 2004 2:45:33 am
Hi,
This looks like the routine ran out of time and php squashed it.
you can do a couple of things 1. Increase your timeout value in you php.ini file.
This is normally 30 you can up it to 60 or more.
max_execution_time = 30
2. You can look to speed up your machine so the task complete in the time allowed.
I would try the first.
--tony
Tony Wood : twitter.com/tonywood Vision with Technology Experts in eZ Publish consulting & development Power to the Editor! Free eZ Training : http://www.VisionWT.com/training eZ Future Podcast : http://www.VisionWT.com/eZ-Future
Saturday 03 April 2004 9:03:23 am
hi .. Thanx for your reply . but iam still suffering the same error after doing chainging u told me , i changed both php.ini in apache folder and php.ini in windows folder . i hope that if there is some one can tell me whats aproblem . Thanx
Sunday 04 April 2004 1:02:31 am
Hi Again,
>>Timeouthttp://uk.php.net/function.set-time-limit contains some useful information on timeout
Without wanting to teach you to suck eggs. When I get a problem like this I go through the following step. Hopefully this will help you too.
1.Is PHP is working correctly on your box. 2.Is HTTP workoing on your box (Apache or IIS) 3.Does the eZ publish setup wizard start? You can use this to diagnose some problems. I notice the new version 4.3.4 A2 has some nice finetuning work in it. 4.Run the eZ publish wizard all the way through and see if one of the test sites works.5.Test your own site.
>>Is php workingTake a look http://uk.php.net/install.windows
>>Is HTTP working http://uk.php.net/install.apache (Apache)http://uk.php.net/install.iis (MS IIS)
I hope this helps.
Tony