Share » Forums » Install & configuration » Fatal error: eZ publish did not...

Fatal error: eZ publish did not finish its request

Fatal error: eZ publish did not finish its request

Saturday 29 April 2006 6:51:56 am - 3 replies

Author Message

Bertrand Dunogier

Saturday 29 April 2006 7:06:51 am

I don't really understand what you wanted to achieve with these rules... every request _ almost_ will be forwarded to the webdav handler, is that what you want ?

Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier

Stuart Fenton

Monday 01 May 2006 1:08:12 pm

Have you increased the memory limit of php. If you don't increase it ezPublish will fail with your warning before it ever gets to complete installation.

Do a search for php.ini (locate php.ini on Linux) and look of the line that says " memory_limit =xx" xx being the set memory and increase it to 12 megs or higher. Mine is set to 25M as in

memory_limit = 25M ; Maximum amount of memory a script may consume (8MB)

Regards
Fats

-- Stuart

stuart@grandmore.com
http://www.grandmore.com

Kristof Coomans

Sunday 07 May 2006 11:28:40 pm

If you ever see this:

Fatal error: eZ publish did not finish its request
The execution of eZ publish was abruptly ended, the debug output is present below.

without any additional PHP error, then it probably means you didn't enable display_errors ( http://www.php.net/manual/en/ref.errorfunc.php#ini.display_errors ) in php.ini. You should enable it while developing your site. Additionally, set error_reporting level ( http://www.php.net/manual/en/ref.errorfunc.php#ini.error-reporting ) to E_ALL. Don't forget to restart your webserver afterwards.

If you ever encounter a fatal error again after applying these php setting, you will get the full PHP error message displayed on your site. That message will tell you more about what exactly went wrong.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu