Fuel\Core\PhpErrorException [ Warning ]: Parameter 1 to Admin\{closure}() expected to be a reference, value given
so I've changed line 502 from:
$result = call_user_func($callback, $this);
to:
$result = call_user_func_array($callback, array(&$this));
It looks like you're new here. If you want to get involved, click one of these buttons!