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.