Welcome Guest, Not a member yet? Register   Sign In
Anothe DX AUTH question...
#1

[eluser]Rubiz'[/eluser]
Hello all...

Well I'm with problems with dx_auth again.

When I go to >> {my CI url}/auth/login/ it works OK.
But when I try go to my admin first page, it returns me an error message:

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: Admin::$dx_auth

Filename: controllers/admin.php

Line Number: 13

Fatal error: Call to a member function is_logged_in() on a non-object in /nfs/c01/h04/mnt/45239/domains/webresolv.com.br/html/alkindar/system/application/controllers/admin.php on line 13

When I autoload the library, it returns an other error message.

I'm loosing so much time debugging this... in the next project I wont use any auth plugin...

Anybody could help with this question?

--

Guys, its resolved.

Thanx
#2

[eluser]TheFuzzy0ne[/eluser]
How are you declaring your controller? Does it extend whatever class it needs to extend?

EDIT: Nuts, I missed the last part of your post. Thought it was your signature. How did you resolve it?
#3

[eluser]Rubiz'[/eluser]
I was autoloading 'dx_auth' in other project, and it was going ok.
Now, I had to autoload 'DX_Auth'...

Problem with case sensitivity...




Theme © iAndrew 2016 - Forum software by © MyBB