Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1671 closed defect (bug) (fixed)

Groups: Updating Activity results in Error (but activity still posted sometimes)

Reported by: nuprn1's profile nuprn1 Owned by:
Milestone: 1.2 Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

Trunk 2407

randomly posting whats new updates - returns an error "There was a problem posting your update, please try again."

But the activity update actually posts (well sometimes)

This worked previously in 2396 (everything updated fresh)

in function groups_record_activity() commenting out

/* Check for an existing entry and update if one exists. */
$id = bp_activity_get_activity_id( array(
'user_id' => $user_id,
'component' => $component,
'type' => $type,
'item_id' => $item_id,
'secondary_item_id' => $secondary_item_id
) );

fixed the problem :P

Attachments (2)

whatsnewpost-error.gif (29.0 KB) - added by nuprn1 15 years ago.
whatsnewpost-error-posted.gif (29.9 KB) - added by nuprn1 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2409]) Fixes #1671

Note: See TracTickets for help on using tickets.