Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2010
    Posts
    1
    Plugin Contributions
    0

    Default New Install 1.3.9 Physical Path Incorrect

    Maybe someone can help me? I am completely new to Zen coming from Magento hoping for a better solution??? However I can not get past the system set up, for the physical path, I let the system choose it and I changed it even though it was the same thing just to be sure that there was not a trailing / or something but no matter what I do I still get the physical path is incorrect? So I am stuck and can not get any farther. I only have one directory other than cgi or logs in the web folder for this site, so I know the path is correct what am I missing? Should I have created a sub directory called zen or something right now it is just mysite.com/web/content

    Thanks in advance to anyone who can help me

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New Install 1.3.9 Physical Path Incorrect

    I let the system choose it and I changed it even though it was the same thing
    Why did you not just let the install do this?
    Why did you need to edit it?
    Zen-Venom Get Bitten

  3. #3

    Default Re: New Install 1.3.9 Physical Path Incorrect

    Hi,

    I have exactly the same problem where the installer errors with
    'physical path is incorrect'.

    I have checked the physical path with a separate PHP script that reports back with the physical path and also contacted my hosting company who also confirms that it is correct.

    So, I am lost to what the problem is.

    I have been able to install it correctly into a sub domain with no errors and only getting this error when installing into a directory on the root such as /catalog

    Any ideas?

    Regards

    Paul

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New Install 1.3.9 Physical Path Incorrect

    Quote Originally Posted by JLB Electronics
    only getting this error when installing into a directory on the root such as /catalog
    Is the full ZenCart fileset located in /catalog ?
    Are you then running zc_install from there

    i.e. your_domain/catalog/zc_install
    Zen-Venom Get Bitten

  5. #5

    Default Re: New Install 1.3.9 Physical Path Incorrect

    Hi,

    Thanks for your reply.

    Yes, the full install files are located in the /catalog directory and the zc_install is then run from that location.

    I assume that that this is correct?

    Thanks

    Paul

  6. #6

    help question Re: New Install 1.3.9 Physical Path Incorrect

    Hi,

    Can anyone help with this issue. I am now completely stuck and unable to install install Zen Cart due to this problem.

    It has been suggested that this is a Zen Cart issue with the Install code but no one really seems to know.

    Any help or suggestions how to solve this would be really helpful.

    Thank you


    Paul

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: New Install 1.3.9 Physical Path Incorrect

    It has been suggested that this is a Zen Cart issue with the Install code but no one really seems to know
    Blank that no one knows and I suspect that it was your host that theorized this...

    With thousands of successful installs, it is highly doubtful that it is the install script...

    But every server configuration can not be accounted for

    Trying to load http: //www.jlbelectronics.com/catalog/

    this error is displayed

    You don't have permission to access /catalog/ on this server.
    Are your permissions what the server wants?
    Last edited by kobra; 17 Nov 2010 at 09:34 AM.
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: New Install 1.3.9 Physical Path Incorrect

    * Who's the hosting company?
    * What version of PHP?

    * The "more info ..." link next to the error message tells you what's wrong, including typical causes:
    Quote Originally Posted by Help Text:

    Physical Path is Incorrect
    The entry you have made for the Physical Path does not appear to be valid. Please correct and try again.
    Zen Cart is looking for its files in this path, including attempting to verify that an index.php file is present there. If it is missing, then you probably have one or more failures during your FTP upload, and should double-check everything to fix whatever was missed.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9

    Default Re: New Install 1.3.9 Physical Path Incorrect

    Hi,

    The more information link does not help.

    All it says is "The entry you have made for the Physical Path does not appear to be valid. Please correct and try again."

    The version of PHP is 5.2.0-8+etch13

    I have also confirmed that the physical path is correct.

    Kobra states that he gets "You don't have permission to access /catalog/ on this server." when going the the URL, this would be the case as the install as not completed and therefore effectively empty web space.

    Any further ideas?

    Regards

    Paul

  10. #10
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: New Install 1.3.9 Physical Path Incorrect

    Quote Originally Posted by JLB Electronics View Post
    Hi,

    The more information link does not help.

    All it says is "The entry you have made for the Physical Path does not appear to be valid. Please correct and try again."
    If you look at the the expanded help text I quoted above, it explains why the error is occurring: you don't have an index.php file in the path specified.
    Quote Originally Posted by JLB Electronics View Post
    The version of PHP is 5.2.0-8+etch13
    Rather old and buggy version. Worth upgrading.
    Quote Originally Posted by JLB Electronics View Post
    Kobra states that he gets "You don't have permission to access /catalog/ on this server." when going the the URL, this would be the case as the install as not completed and therefore effectively empty web space.
    No, that's an incorrect assumption, and actually, it's a symptom of part of the real problem.
    a) If there really were an index.php file in that folder, then the only reason for a "You don't have permission to access" message would be if you had an .htaccess rule in that folder (or its parent) that specifically disallows to the entire folder.
    b) Trying to visit http://www.jlbelectronics.com/catalog/index.php with a browser brings back a 404-file-not-found message.
    And, of course, since the file doesn't exist, zc_install is in fact completely correct that there's a problem.
    By not having all the files uploaded properly, the installer cannot complete its validation checks, and therefore cannot proceed to complete its installation steps.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Zencart Install> System Setup> Physical path is incorrect
    By dsydius in forum General Questions
    Replies: 2
    Last Post: 9 Aug 2010, 03:50 PM
  2. Physical Path is incorrect
    By christophert in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 25 Nov 2008, 01:45 PM
  3. Physical Path incorrect
    By clothmania in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 28 Mar 2008, 08:47 AM
  4. Physical Path Incorrect
    By audiografix in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 29 Feb 2008, 05:40 PM
  5. new install, physical path is incorrect
    By engravee in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Apr 2007, 03:19 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