PDA

View Full Version : Error on click on advance search


vimarc
07-07-2014, 12:48 PM
Error on click on advance search: how to resolve this (http://www.sarkarinaukriclue.com/forum.php)

Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with vB_Model::getLoadQuery($required_query = '', $force_rebuild = false) in ..../packages/vbforum/item/socialgroupmessage.php on line 261

Warning: Declaration of vBForum_Item_SocialGroupDiscussion::getLoadQuery() should be compatible with vB_Model::getLoadQuery($required_query = '', $force_rebuild = false) in ..../packages/vbforum/item/socialgroupdiscussion.php on line 337

tbworld
07-07-2014, 12:58 PM
What version of vBulletin?
What version of PHP ?

Dave
07-07-2014, 12:58 PM
<a href="http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-questions-problems-and-troubleshooting/4000233-warning-declaration-of-vbforum_item_socialgroupmessage?p=4000793#post4000 793" target="_blank">This</a> link should help you out.

tbworld
07-07-2014, 02:19 PM
As posted by @PaulM.

if you need to disable error displays you can do the following:
Add the following line to your config.php under the <?php line:


define('SKIP_ALL_ERRORS', true);


Note: You must have downloaded the 4.2.2 package on or after Nov 1st 2013 for this to work. If you downloaded it before then you will need to redownload and update the files on your server.

This will bypass the additional error reporting.