Authentication packet error "ion auth" - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Authentication packet error "ion auth" (/showthread.php?tid=68681) |
Authentication packet error "ion auth" - Marcolino92 - 08-12-2017 Hi guys, I would like to create an administrative panel for my small test app to learn with codeigniter, I came across the "Ion Auth" package. https://github.com/benedmunds/CodeIgniter-Ion-Auth I followed the simple instructions, which are nothing but unpacking and loading the files into their folders. But later I went to my site to test it all: mysite.com/auth me by mistakes PHP Code: Severity: Warning RE: Authentication packet error "ion auth" - skunkbad - 08-12-2017 Looks like a CI session config error, not Ion Auth problem. Ensure you have basic session functionality and report back. |