Welcome Guest, Not a member yet? Register   Sign In
Problems with altervista
#5

Make sure the model's class and filename both start with an uppercase letter: "Home_model". You can use all lowercase when calling the loader and when referencing it via $this->home_model, but the loader is going to look for Home_model.php with a class named Home_model, and some filesystems (like those used in Windows) are case-insensitive, but the filesystems on most servers are not.

If that's not the problem, make sure your APPPATH is set correctly, since APPPATH . 'models/' is where it's most likely to be looking for your model.
Reply


Messages In This Thread
Problems with altervista - by mtrick - 09-15-2015, 06:20 AM
RE: Problems with altervista - by ivantcholakov - 09-15-2015, 03:12 PM
RE: Problems with altervista - by mtrick - 09-15-2015, 04:29 PM
RE: Problems with altervista - by ivantcholakov - 09-16-2015, 06:25 AM
RE: Problems with altervista - by mwhitney - 09-16-2015, 07:35 AM
RE: Problems with altervista - by mtrick - 09-17-2015, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB