Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with installation


Andy D. Hajime

Recommended Posts

Posted

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/

Posted

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

Posted
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

 

 

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?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...