An Error Was Encountered:Unable to locate the model you have specified

Page

Unable to locate the model you have specified: My_model

Ans:

Reason:

  1. Make the model class name Uppercase My_model
  2. Make the model php file nameLowercase my_model
  3. Load the model using Lowercase (file name) $this->load->model(‘my_model’);

Leave a comment