Notifications
Clear all

Solved "socialgroupmessage.php" and "socialgroupdiscussion.php" php errors: 261 & 337 vbulletin4.2.2

1 Posts
1 Users
0 Reactions
132 Views
(@cipher5)
Posts: 152
Member Admin
Topic starter
 

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]

 
Posted : 17/02/2020 1:38 pm
Share: