diff --git a/wp-admin/import-b2.php b/wp-admin/import-b2.php index c5445f3394..673d19063e 100644 --- a/wp-admin/import-b2.php +++ b/wp-admin/import-b2.php @@ -1,5 +1,4 @@ -
Welcome to WordPress. Since you're upgrading from b2 everything should be relatively +
Welcome to WordPress. Since you’re upgrading from b2 everything should be relatively familiar to you. Here are some notes on upgrading:
b2config.php
to wp-config.php file [NEED MORE INFO].Have you looked at the readme? If
- you’re all ready, let’s go!
Have you looked at the readme? If + you’re all ready, let’s go!
Did you defeat the boss monster at the end? Good, then you’re ready for - Step 2.
+ Step 2. query($query); $query = "ALTER TABLE $tableposts DROP INDEX ID"; $q = $wpdb->query($query); + ?>One down, two to go...
@@ -230,7 +230,7 @@ $q = $wpdb->query($query); $query="ALTER TABLE $tableposts DROP post_karma"; $q = $wpdb->query($query); - +flush(); ?>Almost there...
@@ -240,13 +240,14 @@ $q = $wpdb->query($query); $query = "ALTER TABLE $tableusers DROP INDEX ID"; $q = $wpdb->query($query); - +upgrade_071(); +upgrade_072(); +upgrade_100(); ?>Don't forget to CHMOD the weblogs.com.changes.cache file and you'll
be A-okay. Welcome to the family.
Now there is one more step to the upgrade process. Continue upgrade
-