โค้ด:
"Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupmessage.php on line 0
Warning: Declaration of vBForum_Item_SocialGroupDiscussion::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupdiscussion.php on line 0"
Hello,
I solved the problem in the following way:
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
PHP:
protected function getLoadQuery($required_query, $force_rebuild = false)
PHP:
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)
I hope they can!