Error: the XML response that was returned from the server is invalid.
The Solution Steps are :
- Install without the sample data
- Install sample data (...\yourjoomla\installation\sql\mysql\sample_data.sql) manually for example in phpmyadmin - navigate to your target database
- Delete installation folder, then refresh frontend, now with the sample data installed
Additionally, turning off temporarily your php errors in php.ini might help to proceed with the installation.
- Find your php.ini (root directory)
- Search for this line in php.ini that says" error_reporting = E_ALL"
- Uncomment then replace with this line "error_reporting = E_ALL & ~E_NOTICE"
- Restore this setting as needed
Thanks, I only have change my php.ini
ReplyDeletedisplay_errors = On
to
display_errors = Off