Forums / Install & configuration / First run problem - "maximum execution time exceeded"
John Seboldt
Thursday 14 April 2005 7:10:16 am
Everything looked good on my install of 3.5.1 on my Mandrakelinux 10.1 server... but on first attempt to login, this message came up:
>>>>>>>>>>>>>>> Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/ezpublish/lib/ezxml/classes/ezxml.php on line 302Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below. <<<<<<<<<<<<<<<(no debug output actually showed up below!)
Ralph Ekekihl
Thursday 14 April 2005 7:58:47 am
Hi!
You can try to set a higher max execution time in PHP.Open up the file php.ini, and set the
max_execution_time = 30
to a higher value, like 120 or something and see if that helps.
//Ralph
Contactivity B.V. http://www.contactivity.com
Friday 15 April 2005 6:09:45 am
Yes, this worked!
Friday 15 April 2005 6:26:26 am
Nice one!