Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

#3449 closed defect (bug) (fixed)

Error when deleting group topic reply

Reported by: intermike's profile InterMike Owned by:
Milestone: 1.5 Priority: trivial
Severity: trivial Version: 1.5
Component: Forums Keywords:
Cc:

Description

Using: WP: 3.2.1; BP: 1.5 Beta 2, with BP-Default theme.

I overwrote all of BP 1.5 Beta 1 files with the new Beta 2 files (as told by one of the BP Devs to do), and I thought I would first time check to see if deleting topics worked correctly on BP, and I ended up with the following error:

Warning: Missing argument 2 for groups_delete_group_forum_post(), called in /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php on line 279 and defined in /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-forums.php on line 231

Warning: Cannot modify header information - headers already sent by (output started at /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-forums.php:231) in /home/.../lol/wp-includes/pluggable.php on line 934

Change History (2)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.5
  • Priority changed from normal to trivial
  • Severity changed from major to trivial

#2 @boonebgorges
13 years ago

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

(In [4941]) Fixes PHP warning when deleting groups forum post, by making topic_id optional in groups_delete_group_forum_post(). Fixes #3449

Note: See TracTickets for help on using tickets.