PHP Classes

Fatal error

Recommend this page to a friend!

      ghostHash  >  All threads  >  Fatal error  >  (Un) Subscribe thread alerts  
Subject:Fatal error
Summary:undefined function
Messages:3
Author:Alex
Date:2016-01-13 15:33:55
 

 


  1. Fatal error   Reply   Report abuse  
Picture of Alex Alex - 2016-01-13 15:33:55
Fatal error: Call to undefined function password_hash() in /.../ghosthash.class.php on line 59

  2. Re: Fatal error   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2016-01-13 17:12:39 - In reply to message 1 from Alex
The password_hash function became available in PHP 5.5, so you would need version 5.5 or better.

Dave

  3. Re: Fatal error   Reply   Report abuse  
Picture of Alex Alex - 2016-01-13 23:11:44 - In reply to message 2 from Dave Smith
OR https://github.com/ircmaxell/password_compat
Majority of hostings still PHP 5.3.x, 5.4.x