Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
After upgrade to 2.42v i have a login problem - error 500 (nginx).
After debug enable i get this:
"Fatal error: Call to undefined function password_hash() in /var/www/***/lib/core/lhuser/lhuser.php on line 159"
My php version - PHP 5.4.45-0+deb7u2
As i understand password_hash() is in php 5.5, not in php 5.4
How can i fix it without upgrade to php 5.5?
Offline
Hi,
Just replace index.php with new version index.php there is fallback for this.
Offline
Thanks!
Offline