Only variables should be assigned by reference
file: system/core/Loader.php line:150
$this->_base_classes =& is_loaded();
Common.php Line 190 should be:
function &is_loaded($class = '')
Works for me with that. Ah, whoops. Didn't see the fix already. Thanks!
not work