Fatal error on a new 4.13 install.

Author Message

Stefan de Bruijn

Monday 28 September 2009 4:54:05 am

Hi,

When installing a new Ez Publish version 4.13, directly after the last page of the Setup (the register page) I get a "Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below."
Below which nothing is presented

There is no Ez var/log/error.log
Neither is there a PHP error log (i've set logging to file in php.ini) nor can i find anything relevant in apache logs or system logs.
The var/log/storage.log is created.

I've set the directory permissions according to the chmod and chown i got when doing a 'finetune'. (chown to wwwrun:www as this is the apache user).
I even tried with chown -R wwwrun:www on and chmod -R ugoa+rwx. That doesn't make a difference.

I've copied a working installation from another server. Also an Ez 4.13 version. This works, both front end and the admin. However, when i set
[SiteAccessSettings]
CheckValidity=true
and do the setup, i also get a fatal error.

The only difference with the new setup is that this copy uses a database on another server. The local database is filled with data however (and with more data if i choose the web-interface instead of the plain).

The settings/override/site.ini.append.php is edited by the install. But only the [RegionalSettings] are set.
There is no /settings/siteacces/plain_site_user folder created.
With ezwebin interface there is settings/siteaccess/ezwebin_site_user, which contains only a site.ini.append.php. The content is only the RegionalSettings and the vardir.

The access-type is set to hostname.
Initially I've copied the vhost settings from another working version. I also used the settings according to http://ez.no/doc/ez_publish/technical_manual/4_x/installation/virtual_host_setup
Main difference was the <IfModule sapi_apache2.c> to check for php, in the setup manual it is <IfModule mod_php5.c>
I also tried access-type set to url, same error.

Finetune reports an "AcceptPathInfo disabled or running in CGI mode" although "AcceptPathInfo On" is set in the vhost.conf

I've tried with and without a config.php.
I tried both the stand alone and version with ezC included.

system:
dual opteron with 4GB memory.
opensuse 11.1
apache 2.2
php 5.29
mysql 5.0.67-12.16.1
apc (php cache) deïnstalled for now.
ezC installed by PEAR in /usr/share/php5/PEAR/ezc
pear upgrade ezc/eZComponents returns "Nothing to upgrade"

I'l be gratefull for pointers on how to solve this.

Stefan de Bruijn

Monday 28 September 2009 7:13:45 am

I managed to enable debugging by changing the settings/site.ini.

I now have both inline and debugging to file.

This shows some warnings on each page, but only about missing translations. I also only have warnings and notices about the same in var/log/warnings.log and notices.log, and a debug.log but no error.log

On the final page after the setup i get:

Fatal error: eZ Publish did not finish its request

The execution of eZ Publish was abruptly ended, the debug output is present below.
eZ debug
Timing: 	Sep 28 2009 16:11:02

Script start

Timing: 	Sep 28 2009 16:11:02

Module start 'setup'

Debug: ezi18n 	Sep 28 2009 16:11:02

No translation for file(translation.ts) in context(lib/template): 'The maximum nesting level of %max has been reached. The execution is stopped to avoid infinite recursion.' with comment()

Timing points:
Checkpoint	Elapsed	Rel. Elapsed	Memory	Rel. Memory
Script start 	0.0000 sec	0.0379 sec 	2,959.8594 KB	2,536.1250 KB
Module start 'setup' 	0.0379 sec	  	5,495.9844 KB	 
Total runtime:	0.1756 sec	
Peak memory usage:	10,940.0703 KB
Time accumulators:
 Accumulator	 Elapsed	 Percent	 Count	 Average
ini_load				
Load cache	0.0043 sec	2.0736%	7	0.0006 sec
TS translator				
TS init	0.0062 sec	2.9894%	1	0.0062 sec
TS cache load	0.0004 sec	0.1779%	1	0.0004 sec
TS context load	0.0000 sec	0.0227%	1	0.0000 sec
General				
String conversion	0.0000 sec	0.0160%	2	0.0000 sec
Total script time:	0.2068 sec	

The "No translation for file(translation.ts) etc.." is not the issue I think after reading http://issues.ez.no/14982.

The "Script Start" and "Module start 'setup'" do not end, but no clues for the cause.

Stefan de Bruijn

Monday 28 September 2009 8:39:24 am

removed dual post

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:15:32
Script start
Timing: Jan 31 2025 01:15:32
Module start 'layout'
Timing: Jan 31 2025 01:15:32
Module start 'content'
Timing: Jan 31 2025 01:15:33
Module end 'content'
Timing: Jan 31 2025 01:15:33
Script end

Main resources:

Total runtime0.6839 sec
Peak memory usage8,192.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.2578151.2266
Module start 'layout' 0.00580.0045 739.4844220.7188
Module start 'content' 0.01030.6727 960.20314,197.3125
Module end 'content' 0.68300.0009 5,157.515611.8281
Script end 0.6839  5,169.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.5459160.0002
Check MTime0.00140.2038160.0001
Mysql Total
Database connection0.00090.130010.0009
Mysqli_queries0.596387.1883550.0108
Looping result0.00040.0593530.0000
Template Total0.632292.420.3161
Template load0.00220.316420.0011
Template processing0.630092.115120.3150
Template load and register function0.00150.222810.0015
states
state_id_array0.00110.167110.0011
state_identifier_array0.00120.173620.0006
Override
Cache load0.00190.2718460.0000
Sytem overhead
Fetch class attribute can translate value0.00180.259510.0018
Fetch class attribute name0.00200.287930.0007
XML
Image XML parsing0.00010.015710.0001
class_abstraction
Instantiating content class attribute0.00000.001330.0000
General
dbfile0.00250.3614100.0002
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
8content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs