Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    database error Rest Admin Password not working

    Been a while since I've been on the forums, Holidays, moving, geez!!!

    Anyway, I'm having some issues logging into a store. I couldn't remember the password so I reset it. The new password still won't let me in. I've tried different browsers, everything. The client is having the same issue. Right now to my knowledge there's no way around this.

    Any help?
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

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

    Default Re: Rest Admin Password not working

    A search in the FAQ area for "admin password" brings up this article as the first search result: https://www.zen-cart.com/tutorials/index.php?article=2
    .

    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
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Rest Admin Password not working

    And if that doesn't work? The page doesn't refresh and tell me I've entered anything wrong, it just doesn't load the admin section
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Rest Admin Password not working

    That suggests that you've got a sessions problem. There are countless threads about "I cannot login to my admin", including some FAQ articles on the topic.
    .

    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.

  5. #5
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Rest Admin Password not working

    Forgive my ignorance but would a Session issue be file related or db? In other words, if I simply reload the login.php or other files . . . would that help? I'm really just worried about losing the product listing. If I can back up the database, re-install Zen, then restore the database and be good then I'll go that route.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

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

    Default Re: Rest Admin Password not working

    Should have nothing to do with your database. But, of course, if your site has a problem, the first thing I'd be doing is a full database backup. And a PHP file backup. If you're going to go mucking around trying to fix something you don't know how to fix, you'd better start with setting a restore point of sorts by making yourself a complete reliable backup.


    Session handling is a PHP issue. Sometimes session data is configured to be stored in the database, and sometimes stored on the filesystem.

    The most common cause of session handling being broken is having the hosting company do server alterations affecting folder permissions or recompiling (and/or upgrading) PHP and changing the compile/config settings in the process. Or upgrading PHP to a version that handles sessions differently than the previous version did.

    The FAQ articles and related threads will go into more detail, but the basics are:
    - /cache/ folder ... must be writable by Apache/PHP
    - Folder specified by DIR_FS_SQL_CACHE in your configure.php files must also be writable
    - Admin setting for Session Directory must match the DIR_FS_SQL_CACHE folder setting. The fix_cache_key utility in the Troubleshooting Addons section can help with that when your admin login isn't working
    - server's PHP settings must have session handling enabled and allow for Zen Cart to create its own sessions etc. One way to check is to run zc_install and let it get to the system inspection screen and see if it throws any warning flags related to your PHP configuration

    And for goodness sake, *Ask Your Hosting Company* what's been going on with the server since your store last worked. If *YOU* didn't change anything and suddenly the site is broken ... well ... all fingers point to whoever can change how the server operates. THEY should be the first place you pester.
    .

    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.

 

 

Similar Threads

  1. v151 Rest password option is not working for the customer
    By Arunachala in forum General Questions
    Replies: 8
    Last Post: 29 Sep 2015, 09:20 PM
  2. Forgot Admin Password Not Working
    By jfreeman in forum General Questions
    Replies: 2
    Last Post: 9 Dec 2011, 03:29 PM
  3. Admin name and password not working
    By ImpactForGospel in forum General Questions
    Replies: 3
    Last Post: 15 Nov 2007, 11:33 PM
  4. Admin password not working
    By Shelia in forum General Questions
    Replies: 7
    Last Post: 27 Jul 2006, 01:17 AM

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