Hi!
Just for information:
This error is introduced with php7
Fatal error: Redefinition of parameter $arg2 in core.php on line 1032
Change line 1032 in core.php and remove one of "$arg2 = NULL"
protected function _dummy($arg1 = NULL, $arg2 = NULL, $arg2 = NULL, $arg3 = NULL, $arg4 = NULL, $arg5 = NULL)
i.e .to this:
protected function _dummy($arg1 = NULL, $arg2 = NULL, $arg3 = NULL, $arg4 = NULL, $arg5 = NULL)