Opened 13 years ago
Closed 13 years ago
#3542 closed defect (bug) (fixed)
Undefined property error on /profile/ on testbp.org
Reported by: | InterMike | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
Noticed this error on profiles (except my own) - such as http://testbp.org/members/vowwen/profile/, which give the error:
Notice: Undefined property: stdClass::$fields in /home/bptest/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 54
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5096]) Get a fresh index each time through the loop when merging profile field data into the profile group array, to avoid errors when empty groups have been removed. Fixes #3542