mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Wrapped text
git-svn-id: http://svn.automattic.com/wordpress/trunk@439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7aa27eab30
commit
f5d08a51cb
@ -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.</li>
|
||||
|
||||
<li>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 <code>wp_posts</code> and <code>wp_comments</code>, but if you’re coming from b2 you probably have table names like <code>b2posts</code> and <code>b2comments</code>. Double-check the <code>$table_prefix</code> variable to make sure this has what is appropiate to your installation.</li>
|
||||
<li>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 <code>wp_posts</code> and
|
||||
<code>wp_comments</code>, but if you’re coming from b2 you probably have
|
||||
table names like <code>b2posts</code> and <code>b2comments</code>.
|
||||
Double-check the <code>$table_prefix</code> variable to make sure this has
|
||||
what is appropiate to your installation.</li>
|
||||
|
||||
<li>If you have any troubles check out the <a
|
||||
href="http://wordpress.org/support/">support forums</a>.</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user