vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Warning: Declaration of vBForum_Item_SocialGroupMessage (https://vborg.vbsupport.ru/showthread.php?t=303157)

M.Iftikhar 10-09-2013 09:54 AM

Warning: Declaration of vBForum_Item_SocialGroupMessage
 
Hello after upgrading so many problem display...that i solved now last error is display that is under way
Code:

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

So please tell me how can i do that i disalbed all plugin but nothing happen...........reply me soon.

rinkrat 10-09-2013 10:00 PM

I have the same error.

Lynne 10-09-2013 10:09 PM

Try adding this line of code at the top of your config.php under <?:

error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));

Paul M 10-09-2013 10:47 PM

Read this ;

http://www.vbulletin.com/forum/forum...66#post4000466

M.Iftikhar 10-10-2013 01:31 AM

Quote:

Originally Posted by Lynne (Post 2451452)
Try adding this line of code at the top of your config.php under <?:

error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));


not working still problem is here

ozzy47 10-10-2013 01:35 AM

Read the post above yours, the one Paul M posted.

captain-busa 10-10-2013 01:58 AM

I have the same problem, display_error in the Php.ini is off as instructed and I added the line ini_set('display_errors', 'Off'); in the config.php file too and the errors still show up.

Thoughts?

ozzy47 10-10-2013 02:10 AM

Did you do the edits in the file, class_core.php ?

M.Iftikhar 10-10-2013 05:57 AM

My problem is solved
i only add two line in class_core.php file
In class_core.php locate lines 5683-5685
Code:

case E_NOTICE:   
        // Just ignore these completely //   
    break;

Add this

Code:

case E_NOTICE: 
      case E_STRICT;     
  case E_DEPRECATED;       
    // Just ignore these completely // 
      break;

My Problem is solved...all thing working fine....so if any one get problem do this.


All times are GMT. The time now is 10:25 AM.

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.01100 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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