Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the model you have specified error
#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.


Messages In This Thread
Unable to locate the model you have specified error - by El Forum - 07-23-2011, 11:11 PM
Unable to locate the model you have specified error - by El Forum - 07-23-2011, 11:47 PM
Unable to locate the model you have specified error - by El Forum - 07-23-2011, 11:49 PM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 12:02 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 12:05 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 12:09 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 12:33 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 01:17 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 02:40 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 03:04 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 03:15 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 03:58 AM
Unable to locate the model you have specified error - by El Forum - 07-24-2011, 10:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB