PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   config-inc.php file settings (http://www.photopost.com/forum/photopost-pro-installation-upgrades/112730-config-inc-php-file-settings.html)

JSDillon March 11th, 2005 12:39 AM

config-inc.php file settings
 
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/sites/yoursite/photopost";

I am trying to set the path to my PhotoPost installation, i am on a share host (Network Solutions) and I downloaded all my isntallation files to a directory called PhotoPost.

would this be correct =>
$PP_PATH = "/mydomainnamegoeshere.com/photopost";

or would i simply type $PP_PATH = "/photopost";

JSDillon March 11th, 2005 12:56 AM

I went with /htdocs/photopost

I would assume this is the correct path, this is the path that shows when i establish an FTP connection to my host

JSDillon March 11th, 2005 01:07 AM

Path to PhotoPost Installation
 
When I run the install, it auto populates the path field as...

/data/0/0/16/140/16955/user/17332/htdocs/photopost

Should I leave it alone? or should i change it to...

/htdocs/photopost

Anyone is welcome to reply to this thread, maybe someone can type the path used in a good known install so I have a comparison

b6gm6n March 11th, 2005 01:36 AM

Hi JSDillon,

yes leave the path as is, when your asked for a path you should have at least "/data/0/0/16/140/16955/user/17332/" then the relavant directories after that - example "/data/0/0/16/140/16955/user/17332/htdocs/photopost/data/"

or

"/data/0/0/16/140/16955/user/17332/htdocs/photopost/uploads"

-T


All times are GMT -5. The time now is 02:37 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97