Message: require_once(/public_html/fuel/application/../../fuel/modules/fuel/models/base_module_model.php): failed to open stream: No such file or directory
Change at the top of your Students_model.php file "base_module_model.php" to "Base_module_model.php". Version 1.4 uses CI 3 which requires the casing to be uppercase for models, libraries and controllers.
Comments