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