[buddypress-trac] [BuddyPress Trac] #6195: Ajax Activity Update Fails to Post When Akismet Enabled

buddypress-trac noreply at wordpress.org
Fri Feb 6 22:56:21 UTC 2015


#6195: Ajax Activity Update Fails to Post When Akismet Enabled
----------------------------------+------------------------------
 Reporter:  SlothLoveChunk        |       Owner:  boonebgorges
     Type:  defect (bug)          |      Status:  reviewing
 Priority:  normal                |   Milestone:  Awaiting Review
Component:  Component - Activity  |     Version:  2.2
 Severity:  normal                |  Resolution:
 Keywords:                        |
----------------------------------+------------------------------

Comment (by SlothLoveChunk):

 Below is the log output for 'bp_filter_metaid_column_name()' that is
 specific to the call to 'bp_activity_update_meta()' on line 474
 ('_bp_akismet_submission').

 Interestingly, I don't have a 'wp_bp_activity_meta' entry with
 'activity_id = 404100', hence why the query doesn't return a result. When
 you tested and it worked do you see new entries in 'wp_bp_activity_meta'
 with a meta_key = '_bp_akismet_submission'?


 {{{
 [06-Feb-2015 22:48:16 UTC] $q First: SELECT activity_id, meta_key,
 meta_value FROM wp_bp_activity_meta WHERE activity_id IN (404100) ORDER BY
 meta_id ASC

 [06-Feb-2015 22:48:16 UTC] $q Second: SELECT activity_id, meta_key,
 meta_value FROM wp_bp_activity_meta WHERE activity_id IN (404100) ORDER BY
 id ASC

 [06-Feb-2015 22:48:16 UTC] $q First: SELECT meta_id FROM
 wp_bp_activity_meta WHERE meta_key = __QUOTE__ AND activity_id = 404100

 [06-Feb-2015 22:48:16 UTC] $q Second: SELECT id FROM wp_bp_activity_meta
 WHERE meta_key = __QUOTE__ AND activity_id = 404100

 [06-Feb-2015 22:48:16 UTC] $q Third: SELECT id FROM wp_bp_activity_meta
 WHERE meta_key = '_bp_akismet_submission' AND activity_id = 404100
 }}}

 I'm not sure any of this is helping or not. I don't get why this would
 affect me, but not you.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6195#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list