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.