Bonked upgrade from 2.06 to 2.1.0 I'm not sure why this is happening, but I'm assuming that this is going to happen every time I upgrade the CMS. Could you please fix this? It is getting rather annoying. Jason
I will look into it. In the meantime run the fixwebsites script from the other thread to fix the database.
I see, there is no website with ID #1. Try adjusting the script to ID #4 Replace the following line: PHP: $query = $database -> dbquery("SELECT preference_key FROM " . DB_PREFIX . "esselbach_ct_preferences WHERE preference_website = '1'"); with: PHP: $query = $database -> dbquery("SELECT preference_key FROM " . DB_PREFIX . "esselbach_ct_preferences WHERE preference_website = '4'"); Let me know if this fix the problem.
Better, but now it is showing every site with the same content as the anavrin site. But the manage websites seems to be working properly, but with extra entries.
It seems to be correct. Could this have been caused by the 2.x being installed in the same database as 1.x?
Yes, this is possibly the best until the problem has been worked out. You never should upgrade a live installation to a major release without testing it first.
It looks like the latest back up is bad/corrupted. What are my options? I don't want to lose a weeks worth of content.
Is there any way to delete the three other three 'contentteller' websites from my install? I don't see a way to do it in the manage websites tab/menu. Also, is it safe for me to upgrade to 2.1.1?
Can you post a screenshot from manage websites? It works fine here but I don't know if it fails again on your configuration. I migrate the machine in my office later next week to an Intel Mac, so I can do some additional testing with VMware Fusion.
Here is the screen shot. They have been growing since the last two updates from 2.06-2.07 and 2.07-2.1.0. So the last two updates have bonked the site,and added these extra sites.
The sites 5, 6, and 7? Then run the following 3 queries in phpMyAdmin: Code: DELETE FROM esselbach_ct_preferences WHERE preference_website = '5'; DELETE FROM esselbach_ct_preferences WHERE preference_website = '6'; DELETE FROM esselbach_ct_preferences WHERE preference_website = '7';