When I try to manually run /libs/karma.php, I get the following error:
This is the code around line 139 on user.php:Code:<b>Fatal error</b>: Call to undefined function generateHash() in <b>/home/domains/mysite.com/www_root/libs/user.php</b> on line <b>139</b><br />
$saltedpass=generateHash($user_pass);}
Code:if (strlen($user_pass) < 49){ $saltedpass=generateHash($user_pass);} else{ $saltedpass=$user_pass;}



Reply With Quote




