Forums / Install & configuration / Fatal error: eZ publish did not finish its request
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)
RegardsFats
-- 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