Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63
---------
Para tirar esse erro é rapido e simples!
vá na pasta " XAMPP > PHP > " Abra o Arquivo ( PHP.INI )Em bloco de NOTAS.
Procure por: " error_reporting = E_ALL | E_STRICT " sem abas
e Modifique por: " error_reporting = E_ALL & ~E_NOTICE " Sem abas!
Espero ter ajudado!