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.
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.
I reset the admin password via phpMyAdmin and then was able to proceed with the db upgrade. Not sure what the original issue was.
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…
We've identified a bug with that password validation specific to v1.5.3. We're working on a fix.
Fix posted at: http://www.zen-cart.com/showthread.p...44#post1253144
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 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.
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.