CodeIgniter Forums
Unable to locate the model you have specified error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Unable to locate the model you have specified error (/showthread.php?tid=43801)

Pages: 1 2


Unable to locate the model you have specified error - El Forum - 07-24-2011

[eluser]jzmwebdevelopement[/eluser]
What are they?


Unable to locate the model you have specified error - El Forum - 07-24-2011

[eluser]Sheldon[/eluser]
Are you getting Errors or Notices/Warnings ?

In your CI index.php file, check the line that sets your error reporting and set it to ignore them.

Code:
error_reporting(E_ALL & !E_NOTICE);


If you are using methods from with in your Model in more ethan the one controller, you should autoload the model.
Check the /application/config/autoload.php file and add it in there.


Unable to locate the model you have specified error - El Forum - 07-24-2011

[eluser]Aziz Chouhan[/eluser]
hi shanon

if you have any problem related to your login application

reply me, to get the full code.
i will send you the full demo code to represent the login application

thanks and regards