search.php shows up blank (except for error message)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • biggazillakilla
    Senior Member
    • Feb 2004
    • 322

    [Forum] search.php shows up blank (except for error message)

    My search page (search.php) is not displaying properly--it loads only the error messages.

    Here is the entire content of that page:

    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
    Please note that ONLY the errors show up--the search functions are not usable.

    I've read through this thread (http://www.vbulletin.com/forum/forum...algroupmessage), but most of the fixes address how to turn off the error messages. And I've looked at this Jira (http://tracker.vbulletin.com/browse/VBIV-15854).

    How can I get my advanced search to work again?

    Thanks in advance.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Hello,
    As of vBulletin 4.2.2 we’ve stopped suppressing notices and warnings. This is a change from all previous versions of the software.
    In some environments more notices/warnings show than in others. In order to address the issue you just need to add the following line to your config.php file
    define('SKIP_ALL_ERRORS', true);
    You can see additional information about this change here: http://www.vbulletin.com/forum/forum...-been-released

    Comment

    Related Topics

    Collapse

    Working...