PDA

View Full Version : Linux lnstall problems


jscherer
12th of June 2002 (Wed), 15:39
Ok, I am trying to install this on my Redhad 7.2 system and I am having a problem:

I copied the ee zip file to the /var/www/html directory and unzip it using the -a option (autoconvert text files). I then rename the ee directory to gallery. So now I have: /var/www/htlm/gallery/

I then rename the input folder, the then edit the add/connect.php file with the correct user and password. I use root as the user name, I assume thats ok.

Then I go to a browser on my windows pc and open:
http://192.168.0.1/gallery/setup.php

where 192.168.0.1 is the address of my linux pc with ee installed.

What happens next is my problem: nothing. The page returns blank, nothing on it.

What am I doing wrong

Pekka
12th of June 2002 (Wed), 16:03
Hi,

I'm not a fluent Linux user, but check these points:

Are you sure your www root in apache (or whatever server software you use) really is /var/www/html ?

Also, check that all files belong to a user who is allowed to access them via http (is root allowed?). Check also chmod's. (most php files work fine with -755)