Page 1 of 9 123 ... LastLast
Results 1 to 10 of 88
  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

    Default Can't upgrade db: Admin Password Required- but won't accept my password

    I'm upgrading from 1.5.2 to 1.5.3. When I go to upgrade the db, I'm getting 'Admin Password required to proceed with upgrade'. To reset the admin password, to be sure I was using the right one, but get the same error.

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

    Default Re: Can't upgrade db

    I reset the admin password via phpMyAdmin and then was able to proceed with the db upgrade. Not sure what the original issue was.

  3. #3
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    The same problem when upgrading from 1.5.1 to 1.5.3.
    It keeps asking the admin password even if I surely give it correctly. Refuses to patch the db because of that.
    The site also has an annoying red warning about the db needing patching…
    I may be blond but at least I found Zen.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can't upgrade db

    We've identified a bug with that password validation specific to v1.5.3. We're working on a fix.
    .

    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
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can't upgrade db

    .

    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.

  6. #6
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    Thanks DrByte,
    now it accepts the password but the next page is BLANK and the logs has this Fatal Error:

    PHP Fatal error: require_once(): Failed opening required '/home/myserverspace123/public_html/shop/../includes/classes/vendors/password_compat-master/lib/password.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myserverspace123/public_html/shop/includes/classes/class.zcPassword.php on line 52
    I may be blond but at least I found Zen.

  7. #7
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    I am running the update from 1.5.1 to 1.5.3 in a test store prior to doing his live one.

    got this message, applied the "password fix", yes I started out with the download from the Sourceforge page. I can now use the password to access admi but...now I get a whie page with this error:

    PHP Fatal error: Class 'zcPassword' not found in /home/server/public_html/teststore/includes/functions/password_funcs.php on line 15

    that code from 11-17:

    // //
    // This function validates a plain text password with an encrpyted password
    function zen_validate_password($plain, $encrypted, $userRef = NULL)
    {
    $zcPassword = zcPassword::getInstance(PHP_VERSION); <----this is the line
    return $zcPassword->validatePassword($plain, $encrypted);
    }

    what do I do now, it was working last night.

  8. #8
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    Quote Originally Posted by ellivir View Post
    Thanks DrByte,
    now it accepts the password but the next page is BLANK and the logs has this Fatal Error:

    PHP Fatal error: require_once(): Failed opening required '/home/myserverspace123/public_html/shop/../includes/classes/vendors/password_compat-master/lib/password.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myserverspace123/public_html/shop/includes/classes/class.zcPassword.php on line 52
    I have the same exact error. :)

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Can't upgrade db

    Quote Originally Posted by DarkAngel View Post
    I am running the update from 1.5.1 to 1.5.3 in a test store prior to doing his live one.

    got this message, applied the "password fix", yes I started out with the download from the Sourceforge page. I can now use the password to access admi but...now I get a whie page with this error:

    PHP Fatal error: Class 'zcPassword' not found in /home/server/public_html/teststore/includes/functions/password_funcs.php on line 15

    that code from 11-17:

    // //
    // This function validates a plain text password with an encrpyted password
    function zen_validate_password($plain, $encrypted, $userRef = NULL)
    {
    $zcPassword = zcPassword::getInstance(PHP_VERSION); <----this is the line
    return $zcPassword->validatePassword($plain, $encrypted);
    }

    what do I do now, it was working last night.
    DarkAngel, the "password fix" is only for the installer. It has nothing to do with the Admin side, so if you're seeing errors trying to log into the Admin, then that makes me wonder if you've removed files from the server.
    .

    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.

  10. #10
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Can't upgrade db

    I know I haven't removed any files from catalog or admin side, but I'm still getting a white screen instead of the database being upgraded.

    edited to add: The white screen in during the database upgrade. I get to the screen where you enter your login information at the bottom. I put in my username and password and hit the button to continue and it goes to a white screen.

 

 
Page 1 of 9 123 ... LastLast

Similar Threads

  1. v151 Admin password required to proceed with upgrade?
    By liam1964 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 7 Feb 2013, 08:56 PM
  2. v150 admin password expired, won't reset, will not send new password to email
    By baltimorestreetmods in forum General Questions
    Replies: 2
    Last Post: 6 Sep 2012, 07:16 PM
  3. v138a Admin Password required to proceed with upgrade Nightmare
    By dustmagic in forum Upgrading to 1.5.x
    Replies: 11
    Last Post: 4 Jun 2012, 08:13 PM
  4. Customer used Forgot Password but password sent won't work
    By smurfy1 in forum General Questions
    Replies: 16
    Last Post: 16 Feb 2012, 04:54 AM
  5. Admin Password required to proceed with upgrade
    By keneso in forum Upgrading from 1.3.x to 1.3.9
    Replies: 4
    Last Post: 4 May 2010, 06:27 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR