Forums / Install & configuration / Can't finish installation

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

eZ debug

Timing: Jan 19 2025 00:15:04
Script start
Timing: Jan 19 2025 00:15:04
Module start 'content'
Timing: Jan 19 2025 00:15:04
Module end 'content'
Timing: Jan 19 2025 00:15:04
Script end

Main resources:

Total runtime0.0141 sec
Peak memory usage4,096.0000 KB
Database Queries4

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0070 587.9375180.8281
Module start 'content' 0.00700.0041 768.765693.7891
Module end 'content' 0.01110.0030 862.554770.7031
Script end 0.0141  933.2578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002215.5532120.0002
Check MTime0.00106.9018120.0001
Mysql Total
Database connection0.00064.162010.0006
Mysqli_queries0.002618.212040.0006
Looping result0.00000.119820.0000
Template Total0.002719.210.0027
Template load0.00064.550110.0006
Template processing0.002114.576410.0021
Override
Cache load0.00053.269610.0005
General
dbfile0.00031.9823100.0000
String conversion0.00000.037130.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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