osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Only some customers having problems logging in

This is a discussion on Only some customers having problems logging in within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Hi all, my client has a couple customers who have created their account, but when they attempt to login, it ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack (1) Thread Tools
  1 links from elsewhere to this Post. Click to view. #1  
Old 01-10-2007, 07:21 PM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default Only some customers having problems logging in

Hi all, my client has a couple customers who have created their account, but when they attempt to login, it gives them the error that the user name and or password is not correct. So we reset their password, tried again. I thought it may be because this one customer was from canada, and her address has symbols in it that may possibly throw off the program.. like #
So I deleted this customer, changed her address to No. instead of #. That failed as well. Any suggestions as to what should be there?

I read on one of the threads that I may not have sessions set properly, what should be there?

this is the code for the configure files:


define('HTTP_SERVER', ''); // eg, cPanel® - should not be empty for productive servers
define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_plumpurdy.com', 'http://plumpurdy.com');
define('HTTPS_COOKIE_plumpurdy.com', 'https://ace.thedesignshoppe.com/~plumrm');
define('HTTP_COOKIE_PATH', 'http://plumpurdy.com/shop/');
define('HTTPS_COOKIE_PATH', 'https://ace.thedesignshoppe.com/~plumrm/shop/');
define('DIR_WS_HTTP_CATALOG', 'http://plumpurdy.com/shop/');
define('DIR_WS_HTTPS_CATALOG', 'https://ace.thedesignshoppe.com/~plumrm/shop/');
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/plumrm/public_html/shop/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

// define our database connection
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'xxxx');
define('DB_SERVER_PASSWORD', 'xxxx');
define('DB_DATABASE', 'xxxx');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

define('HTTP_SERVER', 'http://plumpurdy.com'); // eg, cPanel® - should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://plumpurdy.com');
define('HTTPS_CATALOG_SERVER', 'https://ace.thedesignshoppe.com/~plumrm/shop');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/home/plumrm/public_html/shop/'); // where the pages are located on the server
define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
define('DIR_FS_ADMIN', '/home/plumrm/public_html/shop/admin/'); // absolute pate required
define('DIR_WS_CATALOG', '/shop/'); // absolute path required
define('DIR_FS_CATALOG', '/home/plumrm/public_html/shop/'); // absolute path required
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');

// define our database connection
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'XXXXX);
define('DB_SERVER_PASSWORD', 'XXXXX');
define('DB_DATABASE', 'XXXXX');
define('USE_PCONNECT', 'false'); // use persisstent connections?
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 01-10-2007, 07:39 PM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default Re: Only some customers having problems logging in

Also, this client has approximately 700 registered customers, and not everyone has this problem.. could it also be that an issue with the email like
lastname.first@website.com
?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-10-2007, 07:46 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,190
Thanks: 66
Thanked 290 Times in 276 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Only some customers having problems logging in

It is the email with the period in it causing the problem. Search here, I think there is a post that details how to fix it.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to michael_s For This Useful Post:
countingsheep (01-10-2007)
  #4  
Old 01-10-2007, 07:50 PM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default Re: Only some customers having problems logging in

Thank you! I will do a search for it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-10-2007, 08:54 PM
Active Member
 
Join Date: May 2003
Posts: 137
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
countingsheep
Default Re: Only some customers having problems logging in

Michael, I hate to ask, but is this what needs to be fixed:
062: Can create a customer account with the same email address as a 'MIA' PWA account - Bug Tracker - open source Commerce Maximized :: osCMax


UPDATE--Yes, it was the correct fix! Thanks again! I deleted the existing customer, and reregistered her as well as tested with my own email address with a dot before the @. Both are able to login now. Thanks again!!

Last edited by countingsheep; 01-10-2007 at 09:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


LinkBacks (?)
LinkBack to this Thread: http://www.oscmax.com/forums/oscommerce-2-2-discussion/6877-only-some-customers-having-problems-logging.html

Posted By For Type Date
Planeta cPanel » Only some customers having problems logging in This thread Pingback 01-11-2007 01:51 AM

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
oscMax = cool, logging in? = can't do it. [wicked] osCMax v2 Installation issues 1 08-09-2005 01:57 PM
Shipping quote without logging in tommygunner osCMax v1.7 Discussion 1 04-20-2005 06:47 PM
Tax Error and Logging in Problem dnjdesigns osCMax v1.7 Discussion 4 12-16-2004 11:42 AM
Problems creating accounts, logging in derek osCommerce 2.2 Installation Help 1 03-28-2003 11:00 AM


All times are GMT -8. The time now is 03:49 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax