This was a reported fix.
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
Code:
protected function getLoadQuery($required_query, $force_rebuild = false)
3. - Change the function to this:
Code:
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)