Zen Cart Logo
Forums / Installing on a Linux/Unix Server / new install, physical path is incorrect

new install, physical path is incorrect

Locked

Views: 2,386

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Apr 2007, 10:30 PM
#1
engravee avatar

engravee

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

new install, physical path is incorrect

Hi everyone, this is a new zen cart installation I'm having trouble with:

Preface
I dont know PHP, dont know anything about SQL, but I am persistent and kind of good at following directions...(we'll see):

**Situation: **
At the "system setup" step, the installer does not accept my zen cart physical path:
"Physical path is incorrect"

the physical path I'm trying is:
home/engrave/public_html/istore

(made zencart's folder name "istore")

I have also tried just about ever permutation (you should see my browser's auto-fill when I start trying paths!:clap: )

What I've done so far:
• I followed the installation steps line by line double checking the permissions for the uploaded files...
• I had to make a .htacess file that I put in the zen cart main directory, this is what I put in the file:
php_value session.use_trans_sid off
php_value register_globals off
#php_value register_globals off
php_flag session.use_trans_sid off
<Files ".ht*">
deny from all
</Files>
(I have no idea what this code means but I copied it from the manual)

Other info:
my provider is IPower web hosting
MySQL 4.0.16 running on localhost as engravee@localhost
Using transmit (OS X) to edit the files on my server.
:frusty:

Thanks guys, Adrian.

9 Apr 2007, 10:38 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: new install, physical path is incorrect

See if this path works better:

/home/engrave/public_html/istore/

9 Apr 2007, 11:03 PM
#3
engravee avatar

engravee

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: new install, physical path is incorrect

no luck... I tried:
/home/engrave/public_html/istore/
and
/home/engrave/public_html/istore
and
home/engrave/public_html/istore

Thanks for the reply...

9 Apr 2007, 11:27 PM
#4
engravee avatar

engravee

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: new install, physical path is incorrect

Hold on a minute, I tried again:

/home/engravee/public_html/istore

and got back:

Not Acceptable

An appropriate representation of the requested resource /istore/zc_install/index.php could not be found on this server.

Apache Server at engravee.com Port 80

I'd say this is something rather than nothing, I'm investigating. If you might have any tips I'd appreciate it!

Thanks so much...

10 Apr 2007, 2:19 PM
#5
engravee avatar

engravee

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: new install, physical path is incorrect

Got it. I ended up re uploading the zc installer folder, seemed to fix everything.