Forums / Install & configuration / Fatal error: Maximum execution time of 30 seconds exceeded

Fatal error: Maximum execution time of 30 seconds exceeded

Author Message

Ole Bjørn Hoholm

Wednesday 06 July 2005 11:45:07 am

I've received this message after installation succseeded when trying to access my site...

"Fatal error: Maximum execution time of 30 seconds exceeded in /home/hoholm/public_html/ezpublish/lib/ezxml/classes/ezxml.php on line 302
Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below."

I have a webspace at a webhotel and i figure they won't set the php.ini file... Can't ez systems be installet in webhotels? Sounds wierd...

Does anyone have a clue what to do with this?

Łukasz Serwatka

Thursday 07 July 2005 3:05:08 am

Hi Ole,

Try add

set_time_limit( 0 );

in index.php for installation. Or install eZ publish in default english lanugage without packages. You can install them later.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Sandra Barnett

Wednesday 13 July 2005 7:24:17 pm

Quick Note:
I added the set_time_limit( 0 ); to my index.php and uploaded the file. I retried to access my website and it worked. No need to reinstall.

Sansambme