Zen Cart Logo
Forums / General Questions / email / password issues for cusomers

email / password issues for cusomers

Locked

Views: 1,340

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
8 Aug 2006, 1:33 AM
#1
mac357 avatar

mac357

New Zenner

Join Date:
Jul 2006
Posts:
9
Plugin Contributions:
0

email / password issues for cusomers

I recently moved our store to new server. Since I didn't initially set it up, am having some problems. Some people can't check out items. They select product, and it asks for email and password, and than gets an "error" message. Now is there a way to find settings, or troubleshoot customers info who use to have access to store?

8 Aug 2006, 1:36 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: email / password issues for cusomers

That really doesn't make a lot of sense ...

Did you check the database customers table and see if the customers_email_address look normal?

Do the forgotten passwords work?

8 Aug 2006, 1:38 AM
#3
mac357 avatar

mac357

New Zenner

Join Date:
Jul 2006
Posts:
9
Plugin Contributions:
0

Re: email / password issues for cusomers

No, customers are not able to get past logins. How do I check :sleepy: and where on the database for this?

8 Aug 2006, 1:40 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: email / password issues for cusomers

Do you know an account and password that behaves this way?

Do you store your sessions in the database?

8 Aug 2006, 1:41 AM
#5
vger avatar

vger

Past Contributor

Join Date:
Nov 2004
Location:
Norfolk, United Kingdom
Posts:
3,189
Plugin Contributions:
0

Re: email / password issues for cusomers

Access phpMyAdmin via your web hosting control panel --> locate the customers table, select Browse and take a look and see if the customers details are all there.

Vger

8 Aug 2006, 2:24 AM
#6
mac357 avatar

mac357

New Zenner

Join Date:
Jul 2006
Posts:
9
Plugin Contributions:
0

Re: email / password issues for cusomers

I am able to login to MySqL Admin, and see the database. I'm still not sure which files/folders I need to locate?

8 Aug 2006, 2:32 AM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: email / password issues for cusomers

includes/configure.php
around line 57 you have something like:```php
define('STORE_SESSIONS', 'db');


around line 19, is this set to true or false?
```php
define('ENABLE_SSL', 'false');
8 Aug 2006, 3:50 AM
#8
mac357 avatar

mac357

New Zenner

Join Date:
Jul 2006
Posts:
9
Plugin Contributions:
0

Re: email / password issues for cusomers

Catalog/admin/inclued/configure.php? Is this the correct path? If, so Yes, I have both set to that! Anything else need to find?

8 Aug 2006, 4:09 AM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: email / password issues for cusomers

mAc357:

I recently moved our store to new server.
This article talks about moving... perhaps someone who helped you move can confirm whether all of these steps were done:
http://www.zen-cart.com/wiki/index.php/Server_Admin_-_Switch_Servers

mAc357:

and than gets an "error" message.Perhaps explaining the exact error message might help. A URL would be useful too...