Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Physical Path incorrect

    I have checked and double checked and cannot see why this path is wrong. I have checked the path and I have put in the right path, so why am I getting this error warning?

    ATTENTION: Problems Found Physical path is incorrect more info...

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

    Default Re: Physical Path incorrect

    Post your configure file entry for this
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2008
    Location
    Deep South USA
    Posts
    6
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    Just a thought. I had the same problem and couldn't see what was happening. I was cutting and pasting the physical path from the info provided by the hosting site. However, what I couldn't see was a trailing space from the C & P. I found that the database input php takes what you literally type in, space and all, and the spaces will make a difference; it wont work. Just check to see that there are no eatra spaces on either side of the path you entered.

    Well that was my problem so I hope this may work for you too.

    Reagards Garth

  4. #4
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    Quote Originally Posted by kobra View Post
    Post your configure file entry for this
    Sorry? Do you mean copy and paste my configure file into this post?

  5. #5
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    Quote Originally Posted by garthwm View Post
    Just a thought. I had the same problem and couldn't see what was happening. I was cutting and pasting the physical path from the info provided by the hosting site. However, what I couldn't see was a trailing space from the C & P. I found that the database input php takes what you literally type in, space and all, and the spaces will make a difference; it wont work. Just check to see that there are no eatra spaces on either side of the path you entered.

    Well that was my problem so I hope this may work for you too.

    Reagards Garth
    Just tested that out and had no luck

  6. #6
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    Quote Originally Posted by kobra View Post
    Post your configure file entry for this
    <?phpSettings * @copyright Copyright 2003-2007 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: dist-configure.php 6329 2007-05-16 15:36:56Z drbyte $ * @private */// Define the webserver and path parameters// HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com// HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.comdefine('HTTP_SERVER', 'http://localhost');define('HTTPS_SERVER', 'https://localhost');// Use secure webserver for checkout procedure?define('ENABLE_SSL', 'false');// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!// * DIR_WS_* = Webserver directories (virtual/URL)// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)define('DIR_WS_CATALOG', '/');define('DIR_WS_HTTPS_CATALOG', '/');define('DIR_WS_IMAGES', 'images/');define('DIR_WS_INCLUDES', 'includes/');define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');define('DIR_WS_PHPBB', '/phpBB2/');// * DIR_FS_* = Filesystem directories (local/physical)//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/define('DIR_FS_CATALOG', '/');define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');// define our database connectiondefine('DB_TYPE', 'mysql');define('DB_PREFIX', ''); // prefix for database table names -- preferred to be left emptydefine('DB_SERVER', 'localhost');define('DB_SERVER_USERNAME', 'root');define('DB_SERVER_PASSWORD', '');define('DB_DATABASE', '');define('USE_PCONNECT', 'false');define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage// The next 2 "defines" are for SQL cache support.// For SQL_CACHE_METHOD, you can select from: none, database, or file// If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache// or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder// ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slashdefine('SQL_CACHE_METHOD', 'none');define('DIR_FS_SQL_CACHE', '/enter/your/path/to/public_html_or_htdocs/and/zencart/here/zen/cache');?>

  7. #7
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    What did you use to upload or edit the file? All of the line endings have been stripped.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Physical Path incorrect

    Fixed problem, had to add files the hard way one by one as ftp program wouldn't cooperate for me and I missed a couple of files.

  9. #9
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default 500 Internal Server Error

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    What does all that mean and how do I fix it please?

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

    Default Re: Physical Path incorrect

    Back to what Kim said ... if all your files have lost their line-endings when transferred to your server, then your FTP program has shot you in the foot.
    Any number of unexpected errors can happen as a result.
    There's no point trying to troubleshoot any other issues until you resolve the first one.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Physical path is incorrect
    By electrocig in forum Installing on a Windows Server
    Replies: 12
    Last Post: 7 Oct 2011, 04:17 PM
  2. Physical path is incorrect
    By matchett64 in forum Installing on a Windows Server
    Replies: 5
    Last Post: 17 Oct 2008, 01:05 PM
  3. Physical path is incorrect
    By lbooth in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 11 Jun 2008, 11:22 AM
  4. physical path incorrect
    By grahamtx in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 17 May 2008, 04:49 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