PDA

View Full Version : "Advance Search" error?


s10sakota
01-24-2015, 02:29 PM
Hi all,

When I click on the "Advanced Search" feature of my 4.2.2 forums...

https://vborg.vbsupport.ru/external/2015/01/12.png (http://s108.photobucket.com/user/marky613/media/Forum%20Pics/search_zpsprivuzcc.png.html)

I get this error message...

https://vborg.vbsupport.ru/external/2015/01/13.png (http://s108.photobucket.com/user/marky613/media/Forum%20Pics/error_zpsdby0bgvo.png.html)

I'm not sure how to fix this and would appreciate any help.

Thank you!!

cellarius
01-24-2015, 02:33 PM
Why do you think it would be a good idea to insert a picture of the error in a size that no one can read instead of just copying it in your browser and pasting it here as text?

ozzy47
01-24-2015, 02:35 PM
Open your includes/config.php file and below <?php add the following.

define('SKIP_DS_ERRORS', true); So it looks like this:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2 Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.

s10sakota
01-24-2015, 03:10 PM
Our screen size/resolutions may be different. I can read the error just fine. But yes simply copying and pasting is a better idea.

Here's the error: 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

Thanks ozzy47, I will give your solution try!

Thanks,

Mark

ozzy47
01-24-2015, 03:14 PM
It should work adding that line to the config file. :)

s10sakota
01-24-2015, 03:17 PM
Wow that was an easy fix! Thanks again ozzy47-as a beginner web guy I really appreciate the help!

ozzy47
01-24-2015, 03:24 PM
Not a problem, glad to help. :)