Hello,
I'm trying to use Community Auth on a fresh CodeIgniter install version 3.0.6.
I follow all the installation guide but when I try to use, I have this message
Code:
A PHP Error was encountered
[color=#4f5155][size=small]Severity: Notice[/size][/color]
[color=#4f5155][size=small]Message: Use of undefined constant LOGIN_PAGE - assumed 'LOGIN_PAGE'[/size][/color]
[color=#4f5155][size=small]Filename: config/routes.php[/size][/color]
[color=#4f5155][size=small]Line Number: 52[/size][/color]
[color=#4f5155][size=small]Backtrace:[/size][/color]
[color=#4f5155][size=small]File: [color=#4f5155][size=small][font=Monaco, Consolas, Courier, monospace]...[/font][/size][/color]/application/config/routes.php
Line: 52
Function: _error_handler[/size][/color]
File: .../index.php
Line: 315
Function: require_once
The hook files are setup correctly and I configure the hooks.php in the config folder.
If I try to add "echo 'test';" in the function auth_constants, nothing happend.
Any idea ?