Removed Model and Controller but erroring |
Hello, I removed both the model and the controller to clean up my files.
Now I get "Message: Unable to locate the model you have specified: MyModle_name" . Full Error: An uncaught Exception was encountered Type: RuntimeException Message: Unable to locate the model you have specified: MyModle_name Filename: /var/www/html/myfolder/system/core/Loader.php Line Number: 347 Backtrace: File: /var/www/html/myfolder/application/controllers/Test.php Line: 23 Function: __construct File: /var/www/html/myfolder/index.php Line: 315 Function: require_once What could be causing this? |
Messages In This Thread |
Removed Model and Controller but erroring - by majortom84 - 03-25-2019, 08:58 AM
RE: Removed Model and Controller but erroring - by php_rocs - 03-25-2019, 09:05 AM
RE: Removed Model and Controller but erroring - by majortom84 - 03-25-2019, 09:06 AM
RE: Removed Model and Controller but erroring - by php_rocs - 03-25-2019, 11:01 AM
|