CodeIgniter Forums
Ion Auth Problem - 'bcrypt not supported in this installation' - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Ion Auth Problem - 'bcrypt not supported in this installation' (/showthread.php?tid=54009)



Ion Auth Problem - 'bcrypt not supported in this installation' - El Forum - 08-18-2012

[eluser]dhall[/eluser]
I am using Ion Auth for my authentication... which I love by the way.
My site works fine on my local, but just pushed it to my server for the first time and getting this error when I try to log on.

Code:
Fatal error: Uncaught exception 'Exception' with message 'bcrypt not supported in this installation. See http://php.net/crypt' in /home/admin/vcc/beta/revisions/initial/application/libraries/Bcrypt.php

I assume this has something to do with php on my server.
What are the steps that need to be done to allow this to work?
I am not very server savvy so be gentle.

Thanks!


Ion Auth Problem - 'bcrypt not supported in this installation' - El Forum - 08-18-2012

[eluser]InsiteFX[/eluser]
Check your serves php version, I belive that bcrypt needs php 5.3+