Welcome Guest, Not a member yet? Register   Sign In
Unable to locate model file..
#1

[eluser]nikefido[/eluser]
I have searched this but didn't get a good answer (or at least I seem to be doing it correctly).

The error: "Unable to locate the model you have specified: editinfo_model" - Why is it all lowercase? (it's not supposed to be)

I did a search where editInfo_model is seen and it all shows up as the correct "editInfo_model".


More info:
file name (within the models folder): editInfo_model.php
Code:
class EditInfo_model extends Model {
    
    function EditInfo_model() {
        parent::Model();
        $this->load->database();
    }
file being called:
Code:
$this->load->model('editInfo_model');

I have migrated from a Windows to a Linux server. Apparently there is capitalization problem, but i've searched and not come up with a different use of capitalization.

w.t.f. mate?


Messages In This Thread
Unable to locate model file.. - by El Forum - 03-18-2008, 05:01 PM
Unable to locate model file.. - by El Forum - 03-18-2008, 05:10 PM
Unable to locate model file.. - by El Forum - 03-18-2008, 05:15 PM
Unable to locate model file.. - by El Forum - 03-19-2008, 04:00 AM
Unable to locate model file.. - by El Forum - 03-19-2008, 07:17 AM
Unable to locate model file.. - by El Forum - 03-26-2008, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB