Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation step 3 missed out- how do I go back please?


Guest

Recommended Posts

Posted

Running OSC 2.3x. New installation.

 

I seem to have missed out step 3 of the installation ie the 'web server parameters'. The installation has worked fine and the Store is OK but how can I get back to this step without having to re-install?

 

Thanks

 

Martin

Posted

@@burlington

 

 

You can't. But you can manually edit the two configure.php files to correct the database information.

 

 

 

Chris

Posted

Thanks Chris

 

However I am uncertain as to which lines on the config files to alter, and to what:

 

This is the content of one of them:

 

define('HTTP_SERVER', 'http://www.**.co.uk');

define('HTTPS_SERVER', 'http://www.**.co.uk');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', '');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

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', 'pub/');

define('DIR_FS_CATALOG', '/home7/**/public_html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', '**_admin');

define('DB_SERVER_PASSWORD', '**');

define('DB_DATABASE', '**_ecomm');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

define('CFG_TIME_ZONE', 'Europe/London');

 

Thanks again

 

Martin

Posted

Hello

 

Is there any chance of an answer to this please?

 

Thanks in advance

 

Martin

Posted

Hi Martin,

 

Not sure exactly what you want to change here if it is Step 3: Online Store Settings they can be changed in the admin under configuration / my store

 

The configure files are used to change the database name or maybe the directory where the store resides as the store is working fine I think you just want to change the details mentioned above.

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Archived

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

×
×
  • Create New...