Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Customer can't login with valid email & password

    This is becoming a growing problem for me and I'm losing customers because of it. I've reported this problem before about 2 years ago and got no real answer: http://www.zen-cart.com/showthread.p...-Invalid-Login

    Situation: The customer has previously created an account and has been able to login successfully before at least once. However, when they go to login again, the system tells them either their email or password is incorrect. I can verify that they do have an account and the email matches. (Some also report requesting a new password and never getting it but that's not my worry.)

    However, when some have inadvertently replied back on the new password email, I can successfully log into their account. Every month I get a dozen or more of these problems and some get quite angry that I am "preventing" them from accessing their products.

    What can I do to resolve this issue? Or is it something on their computer that is blocking it? If so, what do I tell them? Some of them are quite sophisticated but most are not.

    I've looked at the upgrade process to the current version and frankly it scares me and after spending a week messing with it, I gave up.

    Site is: lindeegembroidery.com/shop

    TIA for any useful tips.

    Lindee

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Customer can't login with valid email & password

    • What version of PHP and MySQL is your server using? (See Admin->Tools->Server Info)
    • In what ways is your site customized or different from a brand new uncustomized install?
    • What plugins/addons have you installed? When? What payment module(s) are you using? Which shipping module(s) are you using?
    • Any errors recorded in your myDebug-xxxx.log files in your /cache/ folder?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Customer can't login with valid email & password

    Thanks for your quick response.
    [*]What version of PHP and MySQL is your server using? (See Admin->Tools->Server Info)
    PHP Version: 5.2.17
    MySQL 5.0.96-log
    [*]In what ways is your site customized or different from a brand new uncustomized install?
    Custom template (purchased) applied (8/2010)
    Modified product counts to work with downloadable products (4/2013)
    Custom work done to create a new product template (12/2011)
    changed internal configurations through the admin options
    [*]What plugins/addons have you installed? When? What payment module(s) are you using? Which shipping module(s) are you using?
    EasyPopulate (12/2011)
    QuickBooks download (2011)
    Email Address Exporter (2011)
    (Problem was occurring within a month of setting up system in 8/2010)

    [*]Any errors recorded in your myDebug-xxxx.log files in your /cache/ folder?
    None.

    Lindee

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Customer can't login with valid email & password

    Still with GoneDaddy? Still getting the occasional 500 error?
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Customer can't login with valid email & password

    Still with GoDaddy.Don't see any 500 errors.

    Is this a problem with GoDaddy? If so, is there a way around it other than switch? If switch, what are some recommendations?

    Lindee
    Last edited by LindeeG; 28 Jun 2013 at 05:20 PM. Reason: additional info

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Customer can't login with valid email & password

    Quote Originally Posted by LindeeG View Post
    Is this a problem with GoDaddy?
    Highly unlikely.
    But if switching is something you want to do, see the "Services" tab at the top of this page.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Customer can't login with valid email & password

    No, I'd prefer not to switch. I just want to correct the problem so people can login without Zen Cart telling them they don't exist.

    Lindee

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Customer can't login with valid email & password

    This login situation is unusual. It doesn't exist in sites installed with fresh ZC code and no alterations, and where the server is properly configured for sessions and cookies.

    Some things to check:
    - in your /includes/configure.php file, you have an HTTP_SERVER and HTTPS_SERVER value set. If one is using a "www." and the other is not, then you should make sure both are set to whatever your SSL certificate is designed for. So, if your SSL certificate is registered to the "www." version of your domain, then make sure both your HTTP_SERVER and HTTPS_SERVER both have the "www." in them.

    - find out what browser your customers are using when this happens, and keep a log
    - get them to clear their browser cookies before trying again

    - find out all the ways in which your site is different from official original ZC code: http://www.zen-cart.com/wiki/index.p...Obscure_Issues

    - upgrade to the latest version, which contains all kinds of fixes and updates to keep up with contemporary browsers and customer behaviors
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Customer can't login with valid email & password

    Thanks, Dr. Byte. This will certainly give me something to start on.

    Lindee

  10. #10
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Customer can't login with valid email & password

    OK, Dr. Byte,

    I wasn't sure where you wanted me to repost this and since it is a continuation of solving of the login problem, here it is.

    My HTTP_SERVER and HTTPS_SERVER values were correctly set.

    The browsers used are mostly IE 8 but also included Chrome, Firefox, and Safari; some older, some newest. Most of my customers are Windows users, very few Mac. I use a Mac. I hate to call them "little old ladies" because for the most part they are the same age I am. They are easily frustrated when things aren't simple.

    I've spent the last 4 days doing the compare and have sorted everything out there and created a working test version.

    I installed 1.5.1 in a demo folder and created a new db. Installed the new mods, updated & tested everything with the test data and all was going well until I restored a backup of my live db into the test db. At that point, I got the following message when trying to log into admin:

    database upgrade required. please run the 1.3.9-to-1.5.0 upgrade via zc_install

    However, when I run that, I only get the option to install, not upgrade the file although I see the upgrade files within the zc_install folder.

    I searched the forums and found where you had advised to change the configure files to match the password and username of the the old/restored from file. I did that but now when I try to log into admin I get:

    WARNING: An Error occurred, please refresh the page and try again.

    Refreshing just regenerates the error page. Am I missing something else? Any other tips? I'm rather at an impasse here. I've messed with this last step all day and I'm feeling like those little old ladies who can't log in.

    Thanks for any advice,

    Lindee

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 can't login with temporary password
    By tpeck in forum Basic Configuration
    Replies: 4
    Last Post: 20 Aug 2022, 09:43 AM
  2. Replies: 4
    Last Post: 3 Apr 2014, 10:42 AM
  3. Replies: 2
    Last Post: 3 May 2013, 02:49 AM
  4. Replies: 3
    Last Post: 25 Feb 2011, 04:39 PM
  5. Can I remove the need for customer password? and use number instead of email address?
    By xlserret in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Jun 2008, 03:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg