Articles - Joomla Web Development Articles
Written by Joomla Web Developer Thursday, 29 December 2011 11:00
Trying to install a Joomla 1.5.15 version, at step Database, at Install sample data, error appears:
The page at localhost says: Error: the XML response that was returned from the server is invalid.
Solution/Workaround:
- 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
Hope this helps, please let us know how it goes and your workaround and fixes if you have any differently.












In Joomla 1.5, this happens after I did the ff: