The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Error help
Hello all
When clicking on advanced search, I am getting the following error messages. 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 I have not made any modifications so I hope someone can shed light on this. Thanks |
#2
|
||||
|
||||
In includes/class_core.php locate lines 5683-5685
case E_NOTICE: // Just ignore these completely // break; Then Add this case E_NOTICE: case E_STRICT; case E_DEPRECATED; // Just ignore these completely // break; case E_STRICT; case E_DEPRECATED; // Just ignore these completely // break; |
Благодарность от: | ||
ForceHSS |
#3
|
||||
|
||||
Possible your host upgraded PHP version.
|
#4
|
||||
|
||||
Those are not errors but warning messages. Just use the code above to ignore them.
|
#5
|
||||
|
||||
I have fixed this before by getting rid of the ampersands in the lines warned about.
|
#6
|
||||
|
||||
There are a few ways to do it. I have encountered these warnings after many upgrades to 4.2. Pretty common issue but not a big deal. A 1 minute fix.
Geez Max, I went to like your post but it says I have to like someone else first. :up: Too many likes from me already I guess. BTW - There is an entire post to this on Vbulletin http://www.vbulletin.com/forum/forum...algroupmessage |
Благодарность от: | ||
CAG CheechDogg |
#7
|
||||
|
||||
Quote:
Thanks --------------- Added [DATE]1390583538[/DATE] at [TIME]1390583538[/TIME] --------------- I added these lines into the file, saved and tested! Internal server error! Removed lines, all ok. --------------- Added [DATE]1390583919[/DATE] at [TIME]1390583919[/TIME] --------------- Just added them before the message works! Thanks again |
Благодарность от: | ||
CAG CheechDogg |
#8
|
||||
|
||||
Glad to help.
|
#9
|
|||
|
|||
Thanks for this, but I can't seem to find includes/class_core.php. Is this in the Style Variable Editor?
|
#10
|
||||
|
||||
No it is a php file that you loaded through FTP to your server when you installed vBulletin.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|