From b32b111dbd43d9ea9ef53a633d71256b1562b1de Mon Sep 17 00:00:00 2001 From: Mike Little Date: Wed, 8 Oct 2003 22:33:27 +0000 Subject: [PATCH] Wrapped text git-svn-id: https://develop.svn.wordpress.org/trunk@439 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/upgrade-071-to-072.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-admin/upgrade-071-to-072.php b/wp-admin/upgrade-071-to-072.php index d7fc552dc3..8e89409efa 100644 --- a/wp-admin/upgrade-071-to-072.php +++ b/wp-admin/upgrade-071-to-072.php @@ -61,7 +61,13 @@ switch($step) { configure in this file is your database connection info, and your table names. All other configuration info is now held in the database. -
  • It is a fairly common error to have the table names wrong in wp-config.php if you’re coming from a legacy b2 installation. In a clean WordPress installation the tables are named things like wp_posts and wp_comments, but if you’re coming from b2 you probably have table names like b2posts and b2comments. Double-check the $table_prefix variable to make sure this has what is appropiate to your installation.
  • +
  • It is a fairly common error to have the table names wrong in wp-config.php + if you’re coming from a legacy b2 installation. In a clean WordPress + installation the tables are named things like wp_posts and + wp_comments, but if you’re coming from b2 you probably have + table names like b2posts and b2comments. + Double-check the $table_prefix variable to make sure this has + what is appropiate to your installation.
  • If you have any troubles check out the support forums.