Oi,
Quando eu estava no passo de install.php , deu o seguinte erro:
Notice: Undefined index: page in C:\xampp\htdocs\xampp\www\install.php on line 40 Notice: Undefined index: page in C:\xampp\htdocs\xampp\www\install.php on line 52 Notice: Undefined index: page in C:\xampp\htdocs\xampp\www\install.php on line 63
edit:
Consegui arrumar sozinho, fazendo o seguinte:
Open your xampp folder, open php folder and edit in text editor file php.ini
Find line with: error_reporting = and replace this line (text after = too) with: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED make sure that ; is not a first letter in this line! Open XAMPP Control and restart Apache or if you don't know how just restart PC