
Originally Posted by
DarkAngel
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.
Bookmarks