Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

unable to login as customer on second store


markhere

Recommended Posts

Posted

Hi

I have 2 stores in seperate locations on the one domain and second store in subdomain.

Problem is I can create customer login on my main store and login www.anniedays.x10hosting.com.

 

But the second store www.bulk.anniedays.x10hosting.com again can create a customer account but unable to login with the account. Have read it could be a configure.php issue but unsure how to resolve this.

 

Both stores use seperate databases.

 

below is includes/configure.php

 

<?php

define('HTTP_SERVER', 'http://bulk.anniedays.x10hosting.com');

define('HTTPS_SERVER', 'http://bulk.anniedays.x10hosting.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'bulk.anniedays.x10hosting.com');

define('HTTPS_COOKIE_DOMAIN', 'bulk.anniedays.x10hosting.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', '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', 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', '/home/markhere/public_html/bulk/');

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

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

 

Would appreciate any help thanks

Posted
Hi

I have 2 stores in seperate locations on the one domain and second store in subdomain.

Problem is I can create customer login on my main store and login www.anniedays.x10hosting.com.

 

But the second store www.bulk.anniedays.x10hosting.com again can create a customer account but unable to login with the account. Have read it could be a configure.php issue but unsure how to resolve this.

 

Both stores use seperate databases.

 

below is includes/configure.php

 

<?php

define('HTTP_SERVER', 'http://bulk.anniedays.x10hosting.com');

define('HTTPS_SERVER', 'http://bulk.anniedays.x10hosting.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'bulk.anniedays.x10hosting.com');

define('HTTPS_COOKIE_DOMAIN', 'bulk.anniedays.x10hosting.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

define('DIR_WS_IMAGES', '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', 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', '/home/markhere/public_html/bulk/');

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

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

 

Would appreciate any help thanks

 

Tried second store login again today now seems to be working again really confused what is going on here.

Archived

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

×
×
  • Create New...