Fatal error: eZ publish did not finish its request

Author Message

Stefan Bäumer

Saturday 29 April 2006 6:51:56 am

Hello,

I ask my Provider to make a vhost and the following changes:

> > Options FollowSymLinks Indexes
> > ServerAdmin me@web.de
> > DocumentRoot /var/www/www.my-domain-443/http/ezpublish
> > RewriteEngine On
> > RewriteRule !.(css|jar|js|html|php)$
> > /var/www/www.my-domain-443/http/ezpublish/webdav.php
> > ServerName my-domain.de
> > ErrorLog logs/error_log
> > CustomLog logs/access_log common

Now that he made the vhost (ezpublish.my-domain.de) I startet the installation of EZP 3.7.5 (https://www.my-domain.de/ezpublish) and EZP shows this:

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

Now I don't know what to do.
Stefan

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 01:17:06
Script start
Timing: Jan 31 2025 01:17:06
Module start 'layout'
Timing: Jan 31 2025 01:17:06
Module start 'content'
Timing: Jan 31 2025 01:17:06
Module end 'content'
Timing: Jan 31 2025 01:17:06
Script end

Main resources:

Total runtime0.0259 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 588.3828151.2422
Module start 'layout' 0.00470.0043 739.6250220.7500
Module start 'content' 0.00900.0152 960.37501,001.9922
Module end 'content' 0.02430.0016 1,962.367233.9922
Script end 0.0259  1,996.3594 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002610.1697140.0002
Check MTime0.00114.1862140.0001
Mysql Total
Database connection0.00072.631910.0007
Mysqli_queries0.00238.735930.0008
Looping result0.00000.116010.0000
Template Total0.00114.210.0011
Template load0.00083.211710.0008
Template processing0.00031.004010.0003
Override
Cache load0.00052.054010.0005
General
dbfile0.00186.762080.0002
String conversion0.00000.031340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs