[buddypress-trac] [BuddyPress] #1884: Reactivating BP 1.2 SQL errors [has-patch]

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Feb 9 22:20:14 UTC 2010


#1884: Reactivating BP 1.2 SQL errors [has-patch]
---------------------+------------------------------------------------------
Reporter:  rvenable  |       Owner:     
    Type:  defect    |      Status:  new
Priority:  minor     |   Milestone:  1.2
Keywords:            |  
---------------------+------------------------------------------------------
 When you deactivate and reactivate BP 1.2-rc2, you can get SQL errors.

 One error is trying to alter the activity table column component_action to
 type. It gave me an error because my table had already been altered. I
 attached a diff that checks to see if the column exists before trying to
 rename it.

 Another error is in trying to insert default data into some xprofile
 tables. The patch I attached first checks to see if there is already data
 there, so that it won't have to call a failing INSERT statement.

-- 
Ticket URL: <http://trac.buddypress.org/ticket/1884>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list