Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2016-01-06 22:10:25

pitachx
Member
Registered: 2016-01-06
Posts: 6

Call to undefined function password_hash()

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

#2 2016-01-07 05:58:27

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Call to undefined function password_hash()

Hi,

Just replace index.php with new version index.php there is fallback for this.

Offline

#3 2016-01-07 07:56:39

pitachx
Member
Registered: 2016-01-06
Posts: 6

Re: Call to undefined function password_hash()

Thanks!

Offline

Board footer