It looks like you're new here. If you want to get involved, click one of these buttons!
If ./config/MY_fuel.php contains
$config['dashboard_rss'] = '';
Then the dashboard throws an error complaining about the ./modules/fuel/helpers/simplepie_helper.php on line 93. This modification to line 93 fixes the problem:
if ((!empty($latest_fuel_version)) && (!is_null($latest_fuel_version[0])))
Comments
I've pushed a fix for this in the develop branch