I'm doing a test on umbler services, but I'm having trouble loading the model. I am using ci3 and am loading the models as usual.
$this->load->model('main_model');
More is giving an error
An uncaught Exception was encountered
Type: RuntimeException
Message: Unable to locate the model you have specified: Main_model
Filename: /home/bikeradical.com.br/public/system/core/Loader.php
Line Number: 314
Backtrace:
File: /home/bikeradical.com.br/public/index.php
Line: 292
Function: require_once
Saying that it was not found anymore my model is in the right places models / main_model.php, in another server loads, only in the one that does not load. Can someone help me.