Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4269 closed defect (bug) (fixed)

Undefined index and non-object

Reported by: kardiweb's profile KardiWeb Owned by:
Milestone: 1.6 Priority: normal
Severity: minor Version: 1.5.5
Component: Groups Keywords:
Cc:

Description

[17-Jun-2012 21:22:27] PHP Notice: Undefined offset: 0 in /wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php on line 295

[17-Jun-2012 21:22:27] PHP Notice: Trying to get property of non-object in /wp-content/plugins/buddypress/bp-groups/bp-groups-actions.php on line 295

Change History (4)

#1 @boonebgorges
12 years ago

  • Component changed from Core to Groups
  • Milestone changed from Awaiting Review to 1.6
  • Severity changed from normal to minor

#2 @boonebgorges
12 years ago

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

(In [6107]) Fixes random group fetching in groups_action_redirect_to_random_group()

At some point, groups_get_group() was changed in such a way that the 'type'
and 'per_page' arguments were removed. This changeset reworks the way that
the group action function fetches a random group, to work around these changes.

Fixes #4269

#3 @boonebgorges
12 years ago

(In [6108]) Reinstates 1.5.x integration of bbPress 1.x forum installation and configuration

In anticipation for a full switchover to bbPress 2.x in BuddyPress 1.6, several
aspects of the forum configuration and setup process were modified. Since
the migration to bbPress 2.x is being put off to a later version of BuddyPress,
it's necessary to revert some of these changes back to their BP 1.5.x state.

This changeset also fixes a bug in the bb-config.php creation script, where
a salt containing the string '?>' could result in early termination of the
config file.

Fixes #4269

#4 @boonebgorges
12 years ago

Never mind that commit message - I referenced the wrong ticket number.

Note: See TracTickets for help on using tickets.