Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #5563, comment 14


Ignore:
Timestamp:
04/21/2014 11:01:16 PM (11 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5563, comment 14

    v1 v2  
    1 Almost there!  Still got the DB error upgrading from an existing BP 2.0 install with the wp_signups problem.
     1Almost there!  Got these errors when upgrading from an existing BP 2.0 install with the wp_signups problem:
     2
     3
     4{{{
     5WordPress database error Duplicate column name 'signup_id' for query ALTER TABLE wp_signups ADD signup_id BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST
     6
     7WordPress database error Can't DROP 'domain'; check that column/key exists for query ALTER TABLE wp_signups DROP INDEX domain
     8}}}
     9
    210
    311`04.patch` should fix this.