Welcome Guest, Not a member yet? Register   Sign In
Cant access tank auth register page
#1

[eluser]alucard[/eluser]
Hi guys,

I'm new to Codeigniter. Im trying to access the tank auth register page but I get this error msg:

Fatal error: Class 'Model' not found in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\codeigniter\application\models\tank_auth\users.php on line 13

I did follow the instructions provided here:
http://www.konyukhov.com/soft/tank_auth/

Can anyone please help me out?


Thanks
#2

[eluser]LuckyFella73[/eluser]
It seems your tank_auth version is not the actual one.
Try 1.0.9 which is CI 2 compatible.

In CI 2 your Models extend "CI_Model" and not "Model" like in
earlier CI versions.
#3

[eluser]alucard[/eluser]
hi LuckyFella73,

Thanks for replying. You were correct.

I downloaded the latest version from http://www.konyukhov.com/soft/tank_auth/

and it is working now.

Thanks once again LuckyFella73 Smile




Theme © iAndrew 2016 - Forum software by © MyBB