CodeIgniter Forums
Community auth problems - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Community auth problems (/showthread.php?tid=69570)



Community auth problems - riccardo - 12-16-2017

Dear all,
to obtain NMI certification, we upgraded php from 5.6 to 7.2.

With php 5.6, 7.0 all work fine, with that new release we cannot login correctly to our platform.

Also, application wrote all datas into DB, as user logged in but i'm always redirected to home page.

I think it's probably a problem about sessions or cookies, any idea?

Thanks

Riccardo


RE: Community auth problems - skunkbad - 12-16-2017

I set up a server tonight for the sole purpose to ensure Community Auth works on PHP 7.2, and I experienced no problems with Community Auth and PHP 7.2.

I used ubuntu 17.10 and mariadb.

So whatever problem you are having, it's not Community Auth's fault.