It looks likely that all of the db alterations didn’t happen. What version did you upgrade from? ?
I believe it was 1.5.2.
And do you have access to something like phpmyadmin?
Yes I do. My host provides phpadmin thru their control panel. It’s a windows site btw.
And… to be clear on what’s up- you click each link in the upgrade path- and when you clicked the 1.6.0 link- it hung how? White screened or….?
Exactly, I clicked on the links up to 1.6.0. It didn’t white screen. It was the update screen, but blank.
Also- if you pull down a copy of system/config.php- what app_version is it showing?
$conf[‘app_version’] = “152”;
Now, if I rerun the update I am told I am starting from 1.5.2 again, which makes sense given the above. And I get the following error.
MySQL ERROR:
Error Number: 1050
Description: Table 'exp_sites' already exists
Query: CREATE TABLE `exp_sites` ( `site_id` int(5) unsigned NOT NULL auto_increment, `site_label` varchar(100) NOT NULL default '', `site_name` varchar(50) NOT NULL default '', `site_description` text NOT NULL, `site_system_preferences` TEXT NOT NULL , `site_mailinglist_preferences` TEXT NOT NULL , `site_member_preferences` TEXT NOT NULL , `site_template_preferences` TEXT NOT NULL , `site_weblog_preferences` TEXT NOT NULL , PRIMARY KEY (`site_id`), KEY `site_name` (`site_name`))
This is going to further complicate things. But I will ask anyway. I am currently running 4 blogs out of this instance. So the idea of purchasing Multi-site intrigues me greatly.
One of the blogs is dead. But it happens to be the site in which I actually have EE installed. What I really would like to do is -
1. Install EE in one of the other domains. Perhaps from scratch?
2. Install Multi-site.
3. Recover the other 3 blogs from the original instance and not lose what I already have. Especially in regards to a photo gallery I have in one.
Would that be possible? Because I fear the current instance is nuked.
Thanks.
Walt