I received this error when I tried to reinstall Drupal. I was creating a feature to include on other sites, and wanted to make sure everything worked on a clean install. The problem was caused by the following line in my settings.php file, which I added for the Domain Access module:
include './sites/all/modules/contrib/domain/settings.inc';
Commenting out that line allowed Drupal to install successfully.