Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in …./packages/vbforum/item/socialgroupmessage.php on line 261
Warning: Declaration of vBForum_Item_SocialGroupDiscussion::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in …./packages/vbforum/item/socialgroupdiscussion.php on line 337
1. – GetLoadQuery function edit the files “socialgroupmessage.php” and “socialgroupdiscussion.php” found in “packages/vbforum/item/”
2. – In each of the two files find and replace the following code,
Find”
[PHP]
protected function getLoadQuery($required_query, $force_rebuild = false)
[/PHP]
Change to:
[PHP]
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)
[/PHP]