In FuelCMS feature/1.4_dev, uncommenting the following lines in MY_fuel.php:
$config['settings'] = array();
$config['settings']['site_name'] = array();
if (!empty($config['modules_allowed']))
{
$config['settings']['modules_allowed'] = array('type' => 'multi', 'options' => array_combine($config['modules_allowed'], $config['modules_allowed']));
}
Causes the following errors in fuel admin:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Fuel::$settings
Filename: libraries/Fuel_advanced_module.php
Line Number: 501
Comments
I've got this same problem with v1.3.1, what did you change in 1.4_dev to fix?
Cheers
https://github.com/daylightstudio/FUEL-CMS/commit/39f76eac5b244faf2c66f37ac4fb5ce7003e17f9