[buddypress-trac] [BuddyPress Trac] #5424: WordPress 3.8.1 & upgrading to BuddyPress 2.0
buddypress-trac
noreply at wordpress.org
Mon Feb 24 21:16:19 UTC 2014
#5424: WordPress 3.8.1 & upgrading to BuddyPress 2.0
--------------------------+-----------------------
Reporter: imath | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.0
Component: Core | Version:
Severity: normal | Keywords: has-patch
--------------------------+-----------------------
I've just met an upgrade trouble in WordPress 3.8.1 due to the
'last_activity' new management introduced in r7860. This doesn't happen in
WordPress 3.9 alpha, that's why i haven't noticed it earlier.
Problem is that WordPress triggers a database error :
WordPress database error: [Field 'action' doesn't have a default value]
INSERT INTO `wp_bp_activity`
(`user_id`,`component`,`type`,`date_recorded`) VALUES
(1,'members','last_activity','2014-02-24 19:16:57')
my MySQL version is 5.6.14.
Adding "default" values on mysql insert functions seems to solve the
trouble.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5424>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list