Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

    Default physcial path is incorrect - cant get past this..!!!

    hi, i am stuck on the physical path... the auto generated path is...

    /NAS35ENT/domains/t/thegadgetexpert.com/user/htdocs

    it comes up invalid path

    how do you go about finding this out??


    also i had these errors on the installation check

    CURL compiled into PHP - notify server administrator more info...
    CURL not compiled into PHP - notify server administrator more info...
    CURL not compiled into PHP - notify server administrator more info...
    CURL not compiled into PHP - notify server administrator more info...

    i ignored these - will this affect me later on? if so how can i correct this>>

  2. #2
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: physcial path is incorrect - cant get past this..!!!

    Just had the same problem yesterday, installing on windows XP.

    Find your file 'configure.php' in your zencart main folder, find the line that reads
    define('DIR_FS_CATALOG', '/NAS35ENT/domains/t/thegadgetexpert.com/user/htdocs');

    and put a second slash at the start of the pathname, like:
    define('DIR_FS_CATALOG', '//NAS35ENT/domains/t/thegadgetexpert.com/user/htdocs');

    (the PHP will translate the '/' to '\' but doesn't understand network shares it seems).

    You will also have to make the same change to another copy of the configure.php in the Admin/include folder.

    I am guessing that sharename "NAS35ENT" isn't a local folder on your computer.

    Not sure if this helps your "CURL" problem, but in your php.inf file, make sure the line "extension=php_curl.dll" does not have a semi-colon at the beginning, like ";extension=php_curl.dll". Just edit that file with any text editor and remove the semicolon if present.

 

 

Similar Threads

  1. Cantīt get past save database settings during install
    By HDTV in forum Installing on a Mac Server
    Replies: 0
    Last Post: 15 Aug 2009, 09:25 AM
  2. Cant get past a 'login/create account' loop
    By kevin_a in forum General Questions
    Replies: 7
    Last Post: 28 Apr 2007, 10:08 AM
  3. cant get past header
    By zerocrew in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 29 Mar 2007, 05:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg