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 | 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
(In [2409]) Fixes #1671