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...
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...
Post your configure file entry for this
Zen-Venom Get Bitten
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
<?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');?>
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.
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.![]()
What does all that mean and how do I fix it please?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.![]()
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.