From f5d08a51cb7316e783019f79b81a1e39244d05f3 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Wed, 8 Oct 2003 22:33:27 +0000 Subject: [PATCH] Wrapped text git-svn-id: http://svn.automattic.com/wordpress/trunk@439 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 d7fc552dc..8e89409ef 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.