CodeIgniter Forums
Models not being located - 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: Models not being located (/showthread.php?tid=25167)

Pages: 1 2


Models not being located - El Forum - 04-28-2014

[eluser]victory7[/eluser]
Hi
I have this error too .
i have noproblem in localhost using wamp server, but after upload to shared server with linux OS and cpanel i can't load my models.
in local every thing is OK, base_url is correct and all of the configs working good .
but in server if i load an model get an error like this :

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

i have no idea about that and searching was no result .
thanks




Models not being located - El Forum - 04-29-2014

[eluser]InsiteFX[/eluser]
On linux all filenames should be lowercase.




Models not being located - El Forum - 04-29-2014

[eluser]victory7[/eluser]
thanks for your post
but
exactly the opposite !
this problem solved by change first character of models file name to uppercase .