CodeIgniter Forums
Redux Authentication 2 Beta Installation problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Redux Authentication 2 Beta Installation problem (/showthread.php?tid=24086)



Redux Authentication 2 Beta Installation problem - El Forum - 10-30-2009

[eluser]ideogroup[/eluser]
Hi,

I’m using the Redux Authentication 2 Beta, I've this error during installation:

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$redux_auth

Filename: controllers/welcome.php

Line Number: 187

Fatal error: Call to a member function logged_in() on a non-object in system\application\controllers\welcome.php on line 187

Could you help me?

Thanks
Thomas


Redux Authentication 2 Beta Installation problem - El Forum - 11-15-2009

[eluser]mbrown122[/eluser]
[quote author="ideogroup" date="1256928715"]Hi,

I’m using the Redux Authentication 2 Beta, I've this error during installation:

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$redux_auth

Filename: controllers/welcome.php

Line Number: 187

Fatal error: Call to a member function logged_in() on a non-object in system\application\controllers\welcome.php on line 187

Could you help me?

Thanks
Thomas[/quote]


Have you figured this issue out yet? I'm having the same problem...


Redux Authentication 2 Beta Installation problem - El Forum - 11-15-2009

[eluser]mbrown122[/eluser]
Nevermind...figured it out. I wasn't loading the redux_auth library.


Redux Authentication 2 Beta Installation problem - El Forum - 11-15-2009

[eluser]Ben Edmunds[/eluser]
I saw that you figured it out but for future readers of this post.

You have to either load redux in the autoload.php config file or use $this->load->library('redux_auth');