Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help please. Can't config My Store OSC V3.0


moman

Recommended Posts

Help please.

 

I am trying to reconfi the My Store settings in V3.0 and I each time I am redirected to the Cookie Usage page (/modules.php?name=catalog&file=cookie_usage).

 

I have enabled cookies, I have checked the /modules/catalog/includes/configure.php file and seems OK. (see below)

 

I have checked CHMOD and all are correct....so now I am at a loss and can not find the problem. Has enayone else had the same problem and if so how did you fix it.

 

Any suggestions would be very much appreciated.

 

Thanks and regard

 

:rolleyes:

 

 

 

define('HTTP_SERVER', 'http://www.ezinebase.com/');

define('HTTPS_SERVER', '');

define('ENABLE_SSL',false);

define('HTTP_COOKIE_DOMAIN', 'www.ezinebase.com');

define('HTTPS_COOKIE_DOMAIN', '');

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

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', 'modules.php?name=catalog');

define('DIR_WS_HTTPS_CATALOG', '');

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

define('DIR_AWS_IMAGES', 'modules/catalog/admin/images/');

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

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', 'functions/');

define('DIR_WS_CLASSES', 'classes/');

define('DIR_WS_MODULES', 'modules/');

define('DIR_WS_LANGUAGES', 'languages/');

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

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

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

define('DIR_FS_CATALOG_LANGUAGES','modules/catalog/includes/languages/');

define('DB_SERVER', $dbhost);

define('DB_SERVER_USERNAME', $dbuname);

define('DB_SERVER_PASSWORD', $dbpass);

define('DB_DATABASE', $dbname);

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', '');

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...