Andy D. Hajime Posted August 20, 2005 Posted August 20, 2005 I just download a copy and run it on a localhost. Everything is according to the instructions written and well.... New Installation Database Import The following error has occurred: SQL file does not exist: /install/oscommerce.sql what should i do? just for fyi... the files are in via this url http://localhost/project/catalog/
♥Vger Posted August 20, 2005 Posted August 20, 2005 I bet your 'localhost' is a Windows server, because i only ever see that happening on Windows IIS. You can install the default database via phpMyAdmin and set up the two configure.php files manually - and the site will then be installed. Vger
Andy D. Hajime Posted August 21, 2005 Author Posted August 21, 2005 I bet your 'localhost' is a Windows server, because i only ever see that happening on Windows IIS. You can install the default database via phpMyAdmin and set up the two configure.php files manually - and the site will then be installed. Vger <{POST_SNAPBACK}> ok... btw... define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); what should i enter for these variables? i'm not quite sure of these. and also now... the oscommerce is running well but how do i logged in as admin?
♥Vger Posted August 21, 2005 Posted August 21, 2005 If you've installed into /project/catalog/ then these are the settings: define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/project/catalog/'); define('HTTPS_COOKIE_PATH', ''); Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.