Forums / Install & configuration / install went fine but...

install went fine but...

Author Message

delacourt joan

Thursday 10 April 2003 12:26:14 am

all the install procedure went fine...then I get on the main page...
127.0.0.1/ezpub/index.php

the page looks fine and every thing is displayed correctly...but I cannot get any link to work...I mean a link like :http://127.0.0.1/ezpub/index.php/demo/content/view/full/32/ doesnt work. 404.

I use
php 4.3.1
mysql 3.23.49
IIS 5.1

thanks for ur help

delacourt joan

Thursday 10 April 2003 12:50:28 am

I just tried with apache 2.0.45 and I get this same problem...

HÃ¥vard Hebnes

Thursday 10 April 2003 4:50:13 am

I wonder if I have the same problem?! The installation is ok, but after looging in, or when I try to go to the admin login site, I often get "404 the page cannot be displayed" and I need to refresh and sometimes that works... but if I try to create a folder when I manage to log in, I get "404 the page cannot be displayed" every time..

Running on apache 1.2.7, php 4.3.1

But, last night I downgraded to php-4.2.3, and then it works.....

Jose O. mosquera

Tuesday 13 May 2003 7:04:53 am

Hi,

I am having exactly the same problem. The installation went fine on my linux PC
php 4.2.2,
mysql 3.23.56
apache 2).

I installed the demo site which appears correctly when I try going to the website (http://localhost/ezpublish/index.php).

Actually, only the first page appears correctly. If I click on a link to go to another page it will display the following message:

Not Found
The requested URL /ezpublish/index.php/demo/ ....... was not found on this server.

Similarly, I cannot navigate to the user or admin pages; it will give me the same error message.

Not Found
The requested URL /ezpublish/index.php/admin/ was not found on this server.

I've tried increasing the memory allocation in php.ini to a larger number (24 and 60) and it doesn't work.

On my installation PHP is not a module of Apache.

Any help will be much appreciated as I've heard some very good things about this CMS.

Thanks,

Jose

Karsten Jennissen

Tuesday 13 May 2003 7:45:19 am

Hi Jose,

right now, ez publish does not work on PHP as CGI. You'll have to go the Apache module way to get it to work.

Others, please try upping you memory and see if your problems go away.

Regards,
Karsten

Joel Finkel

Tuesday 13 May 2003 9:35:25 pm

These comments perfectly describe my problem. I am running Apache that has loaded php4apache2.dll with LoadModule.

The only abnormality is that it is listening on port 90, but this has caused no issues with other PHP pages it serves, and the URLs are being generated correctly by eZ Publish.

The memory for PHP is set to 25M. (!)

I hit exactly the same wall when I installed this for IIS, which is listening on port 80. There are no problems with database connectivity; I can connect using the parameters I specified at the time of configuration. There were no issues when I configured the site.

Very frustrating. Any suggestions are very welcome!

Thanks.

Joel

Joel Finkel

Wednesday 14 May 2003 9:33:30 pm

After reading this helpful note:

http://ez.no/developer/ez_publish_3/documentation/ez_publish_3/typical_problems_and_solutions/ez_publish_3_and_apache_2

I added the following line to my http.conf file to configure Apache correctly:

AcceptPathInfo On

This solved my immediate problem. I can now access things pretty well. There are still issues, but I will address those in more appropriate notes.

Many thanks to Karsten Jennissen for posting this note about the problem with Apache 2.0.

-Joel