[buddypress-trac] [BuddyPress Trac] #5563: wp_signups table upgrade problem
buddypress-trac
noreply at wordpress.org
Wed Apr 23 03:41:31 UTC 2014
#5563: wp_signups table upgrade problem
-----------------------------------+--------------------
Reporter: Denis-de-Bernardy | Owner:
Type: defect (bug) | Status: new
Priority: highest | Milestone: 2.0.1
Component: Update/Install | Version: 2.0
Severity: major | Resolution:
Keywords: 2nd-opinion has-patch |
-----------------------------------+--------------------
Comment (by r-a-y):
> If $wpdb->signups is already defined in bp_core_signups_table_exists()
then we know for sure the table exists so return true (without the
additional database query).
The problem is `$wpdb->signups` is not defined in
`bp_core_signups_table_exists()`.
However, a check is done for `$wpdb->signups` in
`bp_core_signups_id_column_exists()`. This is where the function is
failing since `$wpdb->signups` doesn't exist.
`05.patch` is a more, accurate fix for this issue.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5563#comment:18>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list