It looks like you're new here. If you want to get involved, click one of these buttons!
there is a Problem with the file Search_module.php and the Current Version 1.4.13
In line 2 is the wrong link to the folder controllers "require_once(FUEL_PATH.'/controllers/module.php')"
The error message then appears in the backend, in the search module
"Severity: Warning
Message: require_once(/www/htdocs/....../fuel/application/../fuel/modules/fuel/controllers/module.php): failed to open stream: No such file or directory
Filename: controllers/Search_module.php
Line Number: 2"
It should then read correctly "require_once(FUEL_PATH.'controllers/Module.php')" then the module in the backend area will also work
Comments
Thanks for the report. I've pushed an update to fix that.