OK I Did It. Upgrading From b2 0.6.1 To WordPress
-
Here is how I did it:
1. Open wp-admin/import-b2.php
2. Replace All The Content In That File With This File
3. Open Up wp-settings.php
4. Find
if (!$wpdb->get_row("SELECT * FROM $tableoptions LIMIT 1") && !strstr($HTTP_SERVER_VARS['REQUEST_URI'], 'install.php')) {
die("It doesn't look like you've installed WP yet. Try running install.php.");
}
And Replace It With
//if (!$wpdb->get_row("SELECT * FROM $tableoptions LIMIT 1") && !strstr($HTTP_SERVER_VARS['REQUEST_URI'], 'install.php')) {
// die("It doesn't look like you've installed WP yet. Try running install.php.");
//}
5. Point Your Browser To wp-admin/import-b2.php.
6. You Will see some erros on top saying that some options things are not found. Just Ignore It.
7. Scroll To The Bottom, anything after the wordpress logo is generated from the current page. So if you do not see any errors below the wordpress logo means You are on track.
8. Go to wp-login.php and login and modify the settings immediately.
Hope that helps.
- The topic ‘OK I Did It. Upgrading From b2 0.6.1 To WordPress’ is closed to new replies.