CodeIgniter Forums
Unable to find third_party package Model - 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 find third_party package Model (/showthread.php?tid=47523)



Unable to find third_party package Model - El Forum - 12-12-2011

[eluser]wowdezign[/eluser]
I am trying to load a model from a third_party package. I have followed the guide and I am getting the following error:

"Unable to locate the model you have specified: modelname"

My libraries from the package are loading fine. But the models do not.

I tried all variations of the capitalization just to be sure it isn't a case where I was being tripped up by the 'Windows/Linux' capitalization issue.

Does anyone have any ideas of where else I can look for the error.

(error logs are not showing anything)