Welcome Guest, Not a member yet? Register   Sign In
Redux Authentication 2 Beta Installation problem
#1

[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
#2

[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...
#3

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

[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');




Theme © iAndrew 2016 - Forum software by © MyBB