Can't finish installation

Author Message

Evgen Chistyakoff

Sunday 03 October 2004 11:02:27 am

After pressing NEXT button on 'Site Registration' page nothing appears or script waits for several seconds (5-8 sec) and then shows "The page can't be displayed" or a blank page.

I tried to delete cache files in var/cache/ini/ and restarted installation... so the same problem. Sometimes installation stopps on a blank page on any installation page. I tried wizard for hundreds times. Nothing helps! :(
What shell I do?

Webserver info:
Version - Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.3.8 mod_perl/1.26 mod_ssl/2.8.9 OpenSSL/0.9.6c AuthMySQL/3.1
PHP info:
Version - 4.3.8

phpinfo() shows following:
max_execution_time=300 (Local value)
max_execution_time=120 (Master value)
memory_limit=40MB (Local value)
memory_limit=20MB (Master value)
max_input_time=300 (Local value)
max_input_time=-1 (Master value)

I created phpinfo file. If you want, you can have a look at it ---> http://velohit.flash-art.ru/phpinfo.php

Dave Myron

Tuesday 07 December 2004 6:06:29 pm

There are about infinity number of questions like this in thius forum (of which I'm suffering the same effects in a new 3.4.4 installation). Why don't they have any answers? It definitely makes searching for the answer yourself mighty difficult.

So, is there an answer to this?

For me, on the first step of the setup wizard there are the two buttons presented: Finetuning and Next. Clicking either results in 'Document contains no data' in Firefox and 'Page cannot be displayed' in IE.

I have AcceptPathInfo On in EZP's directory directive in httpd.conf. Is there anything I can try to get this thing to work? I've been looking forward to moving to EZP but not being able to get past the first step in the setup is obviously a moderately-serious stumbling block ;)

Cheers,
chicken

Dave Myron

Tuesday 07 December 2004 11:29:41 pm

I poked around some. I kept moving some helper code -- echo "stop"; exit; -- until I found the place where it just gives up.

It happens around line 635:
$moduleResult =& $module->run( $function_name, $params, false, $userParameters );

That line fails. I didn't step into the module being run at all. But I var_dump()ed it and the module is an instance of ezmodule and the function_name is init.

Anybody have any idea what could be happening in the init that causes it to just give up the ghost?

chicken

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 04:33:34
Script start
Timing: Jan 31 2025 04:33:34
Module start 'layout'
Timing: Jan 31 2025 04:33:34
Module start 'content'
Timing: Jan 31 2025 04:33:35
Module end 'content'
Timing: Jan 31 2025 04:33:35
Script end

Main resources:

Total runtime1.1581 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 588.2344151.2109
Module start 'layout' 0.00510.0024 739.445336.6484
Module start 'content' 0.00751.1498 776.0938898.9531
Module end 'content' 1.15730.0008 1,675.046911.8516
Script end 1.1581  1,686.8984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2877160.0002
Check MTime0.00140.1190160.0001
Mysql Total
Database connection0.00080.065110.0008
Mysqli_queries1.102895.2231570.0193
Looping result0.00060.0484550.0000
Template Total1.128197.420.5640
Template load0.00200.171220.0010
Template processing1.126197.231320.5630
Template load and register function0.00150.127310.0015
states
state_id_array0.00080.065510.0008
state_identifier_array0.00150.128720.0007
Override
Cache load0.00170.1492320.0001
Sytem overhead
Fetch class attribute can translate value0.00060.052220.0003
Fetch class attribute name0.00390.334730.0013
XML
Image XML parsing0.00020.018920.0001
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00230.1966100.0002
String conversion0.00000.000640.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
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs