[wp-trac] [WordPress Trac] #4380: New trunk (2.3) install produces table does not exist errors

WordPress Trac wp-trac at lists.automattic.com
Thu May 31 21:56:50 GMT 2007


#4380: New trunk (2.3) install produces table does not exist errors
----------------------------+-----------------------------------------------
 Reporter:  foolswisdom     |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  normal          |   Milestone:  2.3      
Component:  Administration  |     Version:  2.3      
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 New trunk (2.3) install produces table does not exist errors [[br]]
 ENV: WP / trunk r5616

 {{{
 Now we’re going to create the database tables and fill them with some
 default data.

 WordPress database error: [Table 'wordpresstrunk.wp_categories' doesn't
 exist]
 INSERT INTO wp_categories (cat_ID, cat_name, category_nicename,
 category_count, category_description) VALUES ('0', 'Uncategorized',
 'uncategorized', '1', '')

 WordPress database error: [Table 'wordpresstrunk.wp_categories' doesn't
 exist]
 INSERT INTO wp_categories (cat_ID, cat_name, category_nicename,
 link_count, category_description) VALUES ('0', 'Blogroll', 'blogroll',
 '7', '')

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (1, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (2, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (3, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (4, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (5, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (6, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_link2cat' doesn't
 exist]
 INSERT INTO wp_link2cat (`link_id`, `category_id`) VALUES (7, 2)

 WordPress database error: [Table 'wordpresstrunk.wp_post2cat' doesn't
 exist]
 INSERT INTO wp_post2cat (`rel_id`, `post_id`, `category_id`) VALUES (1, 1,
 1)
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4380>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list