The webhost did some research in the system files, and found this:
“OK, I looked at the error code that the EE package is generating
The system does not appear to be installed.
And that from
// ----------------------------------------------
// Fetch config file
// ----------------------------------------------
require CONFIG_FILE;
if ( ! isset($conf))
{
exit("The system does not appear to be installed.");
}
So I added some echo statements to show what
System path is set to:
/afs/.glue.umd.edu/department/oit/eis/webhosting/gradschool/htdocs/system/
And what it thinks the config file is
/afs/.glue.umd.edu/department/oit/eis/webhosting/gradschool/htdocs/system/config.php
And I noticed that the config file is a 0 size file with no content and I think that is your issue. I could be wrong but you would think a config file would have data about the set up of your system in it.
I do not think this has anything to do with how our php is configured.”
So I tried the Installation Wizard again, and got the message on Pg. 5:
Existing Installation Detected, Empty config.php File
ExpressionEngine appears to be installed to your database, but your configuration file is empty. Continuing with this installation will destroy any information currently in your database. Are you sure you wish to perform a new installation?
I chose “Do NOT install, fix configuration”, and got this message on Pg. 6:
Existing Installation Detected, Empty config.php File
Your configuration file is empty, or incomplete, but ExpressionEngine tables exist in your database from an existing installation. It may be that you inadvertently overwrote your config.php file when uploading files to your server intending to perform an update.
If you intended to update your site, you will need to restore your config.php file. If you do not have a backup, check to see if your config_bak.php file is also empty. If it did not get overwritten as well, then you can use the contents of that file to restore your config.php file.
After restoring your config.php file, please follow the update instructions carefully.
So what should I do? Restore the config.php file, and follow the update instructions? Both config.php and config_bak.php files are blank.