The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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 |
|
#2
|
||||
|
||||
|
I have the same error.
|
|
#3
|
||||
|
||||
|
Try adding this line of code at the top of your config.php under <?:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED)); |
|
#4
|
||||
|
||||
|
|
|
#5
|
||||
|
||||
|
Quote:
not working still problem is here |
|
#6
|
||||
|
||||
|
Read the post above yours, the one Paul M posted.
|
|
#7
|
|||
|
|||
|
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? |
|
#8
|
||||
|
||||
|
Did you do the edits in the file, class_core.php ?
|
|
#9
|
||||
|
||||
|
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;
Code:
case E_NOTICE:
case E_STRICT;
case E_DEPRECATED;
// Just ignore these completely //
break;
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|