PDA

View Full Version : Migration-- wordpress?


megadork
6-13-06, 12:52 PM
I'd really love to get migrated as soon as possible, but am having some problems. :-) 95% of the errors are coming from wordpress stuff. I'm not sure what's up.

Here's some examples of what I'm seeing in my wordpress blog when it's viewed:

WordPress database error: [Table 'bandk.wp_tags' doesn't exist]
SELECT DISTINCT t.tag FROM wp_tags t INNER JOIN wp_post2tag p2t ON p2t.tag_id = t.tag_id INNER JOIN wp_posts p ON p2t.post_id = p.ID AND p.ID=141 ORDER BY t.tag ASC

WordPress database error: [Table 'bandk.wp_options' doesn't exist]
SELECT option_value FROM wp_options WHERE option_name = 'utw_secondary_automagically_included_link_format' LIMIT 1

WordPress database error: [Table 'bandk.wp_users' doesn't exist]
SELECT * FROM wp_users WHERE ID = '2' LIMIT 1

Here's a picture of my migration kiosk:
Picture (http://www.bryanandkatie.com/tmp/migkiosk.png)

megadork
6-13-06, 01:06 PM
btw-- it was a manual install. I did not use the powweb installer thing to get wordpress set up.

SubUrbanLegend
6-14-06, 03:36 PM
Are these database calls to a database table created by one of your plugins? Try de-activating your plugins during migration, and activating them again once it's done... Just a guess really.

Also you may have to update your wp-config.php file, to reflect the new database server information (in case your database cluster has changed during the migration - check this in OPS look for something similar to mysql##.powweb.com

I'm having a similar migration to yours (WordPress / MySQL) which is chronicled right over in this (http://forum.powweb.com/showthread.php?t=66262) thread:

http://forum.powweb.com/showthread.php?t=66262

Good luck, and please post any updates if you have them - a lot of WordPressers are looking for answers during this migration!