PDA

View Full Version : Error After Installation


SNATCH3R
08-24-2014, 01:25 PM
Hi
I instaleld vb 4.2.2 patch Level 1 and everything went fine. When I click on the Maintenance - General Update Tools in Admin CP, I get the following error message:

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

https://vborg.vbsupport.ru/external/2014/08/11.png

Can somebody assist me on this.

Thanks

Dave
08-24-2014, 01:39 PM
Take a look at 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

ozzy47
08-24-2014, 01:50 PM
I would do the following instead:

Open your includes/config.php file and below<?php add this line:

define('SKIP_DS_ERRORS', true);

So it looks like this:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

SNATCH3R
08-24-2014, 01:58 PM
Thanks Dave. My problem solved.

Paul M
08-24-2014, 07:13 PM
JFYI, it was fixed in 4.2.3.