Upgrade Problem from 1.12 to 2.33 (Database)
-
I’m well aware I was running a really out of date installation of WordPress! I was finally inspired to update it today after my host upgraded MySQL to 5.0.51 and caused all my posts to display in backwards chronological order. *headdesk*
I backed up my database and install files to my hard drive, then installed all the new WordPress files to my site. When I tried to run the upgrade.php, I get one of two error messages.
If I define my db host with the numeric address (as I had to with the old install) in my wp-config.php I get THIS error message:
Fatal error: Cannot redeclare check_admin_referer() (previously declared in D:\hshome\jliedl\ancarett.com\wp-includes\pluggable.php:339) in D:\hshome\jliedl\ancarett.com\wp-admin\admin-functions.php on line 474
WordPress database error Table ‘jliedl_wp.wp_usermeta’ doesn’t exist for query SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = ‘2’There’s also a pretty extensive error message that shows up at the bottom of my main page — https://ancarett.com
On the other hand, if I use ‘localhost’ in the wp-config.php file, I get the WordPress “Error Establishing a Database Connection” message page at upgrade.php AND the main page of the site doesn’t work at all (bold ERROR Establishing Database Connection”).
So, obviously, I’m sticking with the first version of wp-config.php in order to have something up on my front page.
I figured out that I’m still not connecting properly to my database. My question now is what questions do I need to ask of my host or find in myphpAdmin information in order to fix this?
Thanks if you can help! If it takes trashing my very old theme and importing the old data in some new way, I can handle that, too.
- The topic ‘Upgrade Problem from 1.12 to 2.33 (Database)’ is closed to new replies.