[wpmu-trac] [WordPress MU Trac] #1005: wp_users is not created while installation

WordPress MU Trac wpmu-trac at lists.automattic.com
Wed Jun 24 13:30:48 GMT 2009


#1005: wp_users is not created while installation
-----------------------+----------------------------------------------------
 Reporter:  GIGALinux  |       Owner:  donncha 
     Type:  defect     |      Status:  new     
 Priority:  highest    |   Milestone:  2.8     
Component:  General    |     Version:  2.8     
 Severity:  blocker    |    Keywords:  database
-----------------------+----------------------------------------------------
 In wp-admin/includes/schema.php line 148-149:

 {{{
 $wp_queries .= "CREATE TABLE IF NOT EXISTS $wpdb->users (
 CREATE TABLE IF NOT EXISTS $wpdb->users (
 }}}

 Is this double:
 {{{
 CREATE TABLE IF NOT EXISTS $wpdb->users (
 }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1005>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list