-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to undefined function password_verify() #1
Comments
Please check your php version. Documentation : http://php.net/manual/en/function.password-verify.php |
I also having same problem. |
Can you please update the comment with error? If your database don't have such password then please first generate the password using following script. Then, paste that password to your password field in user table.
You will get hashed password of codeinsect. Paste that into the user table and try to login with your email and password - codeinsect |
yo :) |
hello, I am trying to modifying the code in such way that a user can register himself in the system.. I have made a link just after forgot password and created a corresponding method in the controller class..however it is showing me the following error: Filename: core/CodeIgniter.php Line Number: 532 Backtrace: File: C:\xampp\htdocs\DUSPORTS2\DUSPORTS\DUSPORTS\index.php |
hello, I am trying to modifying the code in such way that a user can register himself in the system.. I have made a link just after forgot password and created a corresponding method in the controller class..however it is showing me the following error: Filename: core/CodeIgniter.php Line Number: 532 Backtrace: File: C:\xampp\htdocs\DUSPORTS2\DUSPORTS\DUSPORTS\index.php |
After fresh install have PHP error
PHP Fatal error: Call to undefined function password_verify() in.... cias_helper.php on line 46
The text was updated successfully, but these errors were encountered: