What version of PHP / XAMPP do you have? - That could be giving you the error.
you can ignore it and move on to the installation
I'd either recomend updating xampp or use a different webserver thing
Add error_reporting(0); add the top of the core class, it will hide all warnings of undefined variables.
Add error_reporting(0); add the top of the core class, it will hide all warnings of undefined variables.