in ./system/libraries/Migration.php
change this
elseif ( ! is_callable(array($class, $method)))
elseif ( ! is_callable(array(new $class, $method)))