Hello,
I am starting a project, and I have run into a bit of a snag with Community Auth.
System Specs:
CentOS 7
mysql Ver 15.1 Distrib 5.5.50-MariaDB, for Linux (x86_64) using readline 5.1
PHP 5.6.27 (cli) (built: Oct 15 2016 20:57:37)
Copyright © 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies
nginx version: nginx/1.10.1
First think I noticed was that it kept telling me that LOGIN_PAGE and USE_SSL in almost every function should have ' ' aroound it. This happened for almost every login step.
A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant USE_SSL - assumed 'USE_SSL'
Filename: controllers/Examples.php
Line Number: 374
I "fixed" all these entried (should I have?) and I do not get any errors.
Next issue, when I creatd my user, it tells me my login was wrong, I use the reset password, and it works but when I go to simpla verification, it tells me no one is logged in. and it just refreshed the login page when I login.
My Database show severl auth sessions, but no ci_seesions (this normal?)
Not sure how to proceed. Let me know if you reuire any more info into the issues I am having.
Regards,
Revelnode