Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the model you have specified error
#11

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

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

[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




Theme © iAndrew 2016 - Forum software by © MyBB