![]() |
Problem after hosting site - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Problem after hosting site (/showthread.php?tid=44188) |
Problem after hosting site - El Forum - 08-06-2011 [eluser]Aniket Pant[/eluser] I am currently working on a project. Everything is working fine on my localhost. So, I ported my site to my domain and now there seems to be some problem with the models. They are not loading. I am sure I have configured the files correctly :| Problem after hosting site - El Forum - 08-06-2011 [eluser]Glazz[/eluser] you need to tell what is the problem, what os is running on your hosting? Problem after hosting site - El Forum - 08-06-2011 [eluser]Aniket Pant[/eluser] This is the link. Try logging in with anything :| http://thehappygym.in/project/ Problem after hosting site - El Forum - 08-06-2011 [eluser]Glazz[/eluser] it says that the model doesnt exist, maybe you are on linux hosting, so you need to have the name of that model lowercase, like models/loginmodel.php Problem after hosting site - El Forum - 08-06-2011 [eluser]Aniket Pant[/eluser] I have written it starting with caps. So that might be a problem?? Will try changing it! Problem after hosting site - El Forum - 08-06-2011 [eluser]Glazz[/eluser] maybe, try changing it Problem after hosting site - El Forum - 08-06-2011 [eluser]Aniket Pant[/eluser] I guess that would be the problem. Hope it will work now. Will upload later ![]() Thanks for the help. Problem after hosting site - El Forum - 08-06-2011 [eluser]Glazz[/eluser] no problem =) |