vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   "Advance Search" error? (https://vborg.vbsupport.ru/showthread.php?t=316900)

s10sakota 01-24-2015 02:29 PM

"Advance Search" error?
 
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

I get this error message...

https://vborg.vbsupport.ru/external/2015/01/13.png

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.

PHP Code:

define('SKIP_DS_ERRORS'true); 

So it looks like this:
PHP Code:

<?php
define
('SKIP_DS_ERRORS'true);  
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ 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. :)


All times are GMT. The time now is 11:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03561 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete