kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
337 stars 240 forks source link

Call to undefined method #43

Closed rajansarkar closed 6 years ago

rajansarkar commented 6 years ago

Call to undefined method Admin::isLoggedIn() Admin is controller name. login after this message.

blueocean879 commented 6 years ago

Hey, I am getting error when trying to run this site on linux. Can we run this site on linux successfully?

kishor10d commented 6 years ago

@rajansarkar : The method is exists in the file here : https://github.com/kishor10d/Admin-Panel-User-Management-using-CodeIgniter/blob/master/application/libraries/BaseController.php

Please check. Also there is no Admin class in the repository.

kishor10d commented 6 years ago

@blueocean879 : Yes you can run this site on linux because I developed it on linux itself (I have Ubuntu). In case any error, please update the comment with error you got.