Zen Cart Logo
Forums / Installing on a Linux/Unix Server / StartLogic Host & physical Path is incorrect?

StartLogic Host & physical Path is incorrect?

Locked

Views: 3,401

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
19 Dec 2008, 4:00 PM
#1
blazinarrow avatar

blazinarrow

New Zenner

Join Date:
Dec 2008
Posts:
15
Plugin Contributions:
0

StartLogic Host & physical Path is incorrect?

Hello everyone I am trying to set up my zen cart on my startLogic web hosting account and I am wondering if anyone has had any trouble with the physical Path? I have been racking my brain with Start Logic. I have called them several times but to no avail. Anyone else have physical path problems?

19 Dec 2008, 4:34 PM
#2
vger avatar

vger

Past Contributor

Join Date:
Nov 2004
Location:
Norfolk, United Kingdom
Posts:
3,189
Plugin Contributions:
0

Re: StartLogic Host & physical Path is incorrect?

Finding out the correct absolute path to the root of your install

To find out the full pathway to the root of your install do this:

  1. Create a new text document on your desktop and name it cwd.php. Ignore the warning about changing the file type.

  2. Put this code into it:

<?php
$p = getcwd();
echo $p;
?>
  1. Upload it to the root of your install via FTP.

  2. Go to http://www.yourdomain.com/cwd.php via your browser and printed on the screen will be the full pathway to the root of your install. Edit this pathway if you have installed inside a folder e.g. https://www.yourdomain.com/catalog/

  3. Write down that pathway and then delete the cwd.php file from your hosting.

Vger

19 Dec 2008, 6:46 PM
#3
blazinarrow avatar

blazinarrow

New Zenner

Join Date:
Dec 2008
Posts:
15
Plugin Contributions:
0

Re: StartLogic Host & physical Path is incorrect?

Still coming up with an invalid path. does this have anything to do with an Apache Server? I tested it on my godaddy account and all was fine.

Maybe this is what's wrong

PHP API Mode = cgi Click here for more info

PHP Max Execution Time per page = 30

Register Globals = ON Click here for more info

MySQL Support = ON

PHP Version = 4.4.7

PHP Safe Mode = OFF

PHP Sessions Support = ON

PHP Session.AutoStart = OFF

PHP session.use_trans_sid = ON Click here for more info

I am new to the Zen game but the first two I tried to setup went on just fine.

Thanks for the replies