Welcome Guest, Not a member yet? Register   Sign In
Can't find model -- and it's there
#11

[eluser]WanWizard[/eluser]
and your model files are lower-case? And readable by the webserver (file rights ok)?
#12

[eluser]heliguy[/eluser]
Since your model is called "Registration_model", is your file called "registration_model.php" ?
#13

[eluser]joao.sobrinho[/eluser]
in my case, User_model is the name of the class model, and user_model.php is the name of the file.

all the files need read and execution permitions, right ?
#14

[eluser]Mr. Pickle[/eluser]
Try loading your model in lowercase:

Code:
$this->load->model('user_model');

And in the model itself the model name is uppercase?

Code:
class User_model extends Model {
    // code
}




Theme © iAndrew 2016 - Forum software by © MyBB