It looks like you're new here. If you want to get involved, click one of these buttons!
Does someone maybe installed the user permissions groups module provided in the Fuel's User Guide - https://github.com/imknight/FUEL-CMS-Modules ?
It is not maintained anymore and the author has implemented that for Fuel 1.0.
I have installed that and it crash with:
An uncaught Exception was encountered
Type: RuntimeException
Message: Unable to locate the model you have specified: Groups_model
Filename: /home/users/arrows/public_html/test4climbing/fuel/codeigniter/core/Loader.php
Line Number: 348
Backtrace:
File: /home/users/arrows/public_html/test4climbing/fuel/modules/fuel/core/Loader.php
Line: 237
Function: model
File: /home/users/arrows/public_html/test4climbing/fuel/modules/fuel/core/Loader.php
Line: 455
Function: model
Comments
That error is probably caused by the casing of the model file names. CI 3.0 required model name files to have the first letter capitalized.