Bug #20442
closed"This group does not currently have a forum" panel has mangled markup
0%
Description
This is a really weird issue where, if you go to the Forum tab of a group without an associated forum, the first two characters of the template markup is getting cut off, which causes the element not to be rendered properly. If I go into BBP_Forums_Group_Extension::display() and plop 'abcde' in front of the opening 'div' element, the browser loads 'cde' followed by the properly rendered HTML tag.
It seems like some plugin is manipulating the contents of the output buffer, but I don't really understand how to debug it further. Posting it here in case Ray has any insight.
The situation where this arises is very uncommon, and may occur only in my local environment where I'm using a mishmash of legacy data. So this is not urgent.
Files