Guest Posted January 31, 2014 Posted January 31, 2014 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
Guest Posted January 31, 2014 Posted January 31, 2014 @@burlington You can't. But you can manually edit the two configure.php files to correct the database information. Chris
Guest Posted January 31, 2014 Posted January 31, 2014 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
Guest Posted February 1, 2014 Posted February 1, 2014 Hello Is there any chance of an answer to this please? Thanks in advance Martin
♥joli1811 Posted February 1, 2014 Posted February 1, 2014 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.
Guest Posted February 1, 2014 Posted February 1, 2014 @@burlington Set your cookie location define('HTTP_COOKIE_DOMAIN', 'www.**.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.**.co.uk'); Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.