Forums / Install & configuration / time out?
kevin wei
Friday 22 October 2004 8:13:42 pm
i run ez on a shared host, it is ok untill i installed ez 3.5.bi can not open any page.
Fatal error: Maximum execution time of 30 seconds exceeded in /lib/ezxml/classes/ezxml.php on line 293 Fatal error: eZ publish did not finish its request The execution of eZ publish was abruptly ended, the debug output is present below.
why 3.5.b cost so many time to execute.
even i found i always get error on my site and ez.no, when i edit something, or submit a form. but i find it is very soon in other CMS.so i am wondering maybe my users always get a blank page when they submit information.
Ćukasz Serwatka
Saturday 23 October 2004 1:04:54 pm
Try change this settings in your php.ini file
max_execution_time = 90 ; Maximum execution time of each script, in seconds memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Saturday 23 October 2004 6:01:16 pm
but i use a sharehost.i cannot change these. and they disable .htaccess.
maybe disable template cache is good
James Anniss
Sunday 24 October 2004 7:14:35 am
I was having the same problem. Changing the php.ini file worked for me, although I had to set my max_execution_time a little higher. I am testing on an older PowerMac G4 and that may have been causing it to take longer to process. Also another hint on on a Mac, the Safari browser itself times out after a minute so you might have to use another browser, or use a Windows machine when first try going to the site.
Thanks.