[Help] Fatal error without bug report during installation.

Author Message

Timm Papke

Friday 30 September 2005 3:34:09 am

Hi there. I just installed the current version correctly and wanted to install it.

First of all it told me:
<i>"Welcome to the eZ publish content management system and development framework. This wizard will help you set up eZ publish.
Your system is not optimal, if you wish you can click the Finetune button. This will present hints on how to fix these issues.
Click Next to continue without finetuning."</i>

It doesn't matter which option i select i get this message: <i>"Fatal error: eZ publish did not finish its request

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

So I don't know what i should do now. I have not found anything to fix the problem.

PS: Running Apache Server 1.3.26 (UNIX) & PHP 4.3.1

Kristof Coomans

Saturday 01 October 2005 3:19:14 am

Modify your PHP settings file (php.ini):

error_reporting  =  E_ALL
display_errors = On

Now the PHP error messages are also printed and you can trace the problem.

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

Marko Žmak

Saturday 08 October 2005 10:49:33 am

This error usuall occurs when PHP comes to a critical errror that doesn't reproduce an error message.

It haappened to me something similar. I had a working installation of eZ and I noticed the bug when tried to execute som eZ PHP scripts from the shell. After days of debugging, I found out that the CGI version of PHP (the one used in shell execution of scripts) didn't have mysql extension loaded. So when PHP came to the eZ code that tried to execut mysql_connect() function, PHP crushed without any error or warning.

Possible soluutions:

1) You could check out your configuration of PHP, or try to execute your own script that executes only mysql_connect() or any other PHP function that you suspect is missing.

2) You could also try debbuging eZ code as I did... by putting to comments some parts of the eZ PHP code, or putting exit() command in some places of PHP code. So you can see exactly where the script crashes. But I suggest to try the first sollution first.

Hope this helps you.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

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 20 2025 08:48:58
Script start
Timing: Jan 20 2025 08:48:58
Module start 'layout'
Timing: Jan 20 2025 08:48:58
Module start 'content'
Timing: Jan 20 2025 08:48:58
Module end 'content'
Timing: Jan 20 2025 08:48:58
Script end

Main resources:

Total runtime0.0184 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 589.4375152.6563
Module start 'layout' 0.00700.0028 742.093839.4922
Module start 'content' 0.00990.0063 781.585989.5547
Module end 'content' 0.01620.0022 871.140634.3047
Script end 0.0184  905.4453 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002915.5728140.0002
Check MTime0.00147.5105140.0001
Mysql Total
Database connection0.00095.111710.0009
Mysqli_queries0.002714.491030.0009
Looping result0.00000.086610.0000
Template Total0.00189.910.0018
Template load0.00105.155610.0010
Template processing0.00094.722610.0009
Override
Cache load0.00073.567210.0007
General
dbfile0.00031.366180.0000
String conversion0.00000.038840.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