. me too
Warning: Declaration of vBForum_Item_SocialGroupMessage
Collapse
X
-
-
Hello,
I solved the problem in the following way:
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
Code:protected function getLoadQuery($required_query, $force_rebuild = false)
Code:protected function getLoadQuery($required_query[COLOR=#FF0000][B] = self::QUERY_BASIC[/B][/COLOR], $force_rebuild = false)
is work ,thank you verry muchComment
-
-
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
VB 4.2.2 is very buggy so I decided to downgrade to 4.2.1Comment
-
Where do I find core.php?
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;
Comment
-
Comment
-
Hello,
I solved the problem in the following way:
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
Code:protected function getLoadQuery($required_query, $force_rebuild = false)
Code:protected function getLoadQuery($required_query[COLOR=#FF0000][B] = self::QUERY_BASIC[/B][/COLOR], $force_rebuild = false)
Also the other issue I had posted in JIRA:
Blog>> General Update Tools:
Warning: Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with that of vB_Database_Alter::add_index() in ..../includes/class_dbalter.php on line 882
Warning: Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with that of vB_Database_Alter::add_field() in ..../includes/functions_log_error.php on line 882
Warning: Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with that of vB_Database_Alter::drop_field() in ..../includes/functions_log_error.php on line 882
Warning: Declaration of vB_Database_Alter_MySQL::query() should be compatible with that of vB_Database_Alter::query() in ..../includes/functions_log_error.php on line 882.
I would love if anyone has other ideas that might help.Comment
-
Thank you very much for the fix, Barcraft...
Hello,
I solved the problem in the following way:
1. - GetLoadQuery function edit the files "socialgroupmessage.php" and "socialgroupdiscussion.php" found in "packages/vbforum/item/"
2. - The original function reads:
Code:protected function getLoadQuery($required_query, $force_rebuild = false)
Code:protected function getLoadQuery($required_query[COLOR=#FF0000][B] = self::QUERY_BASIC[/B][/COLOR], $force_rebuild = false)
Comment
-
Is this a fix: http://www.vbulletin.com/forum/forum...98#post4002398
for my issue here: http://www.vbulletin.com/forum/forum...09#post4004209 ?
edit... If not I'm considering downgrading using this: http://www.vbulletin.com/forum/forum...92#post4005192
I have php 5.2.17.
I've been on a standstill to update any content of my CMS because of the bug.
Apache version: 2.2.26
PHP version: 5.4.22
MySQL version: 5.5.35-log
Architecture: x86_64
Operating System: linuxComment
-
We have two similar error messages in the Maintenance area:
Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupmessage.phpon 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
Comment
-
Wow!
I downloaded the upgrade but after looking through this thread, I will not bother to use it...4.2.1 is good for now...
Comment
-
I find the fact that is even exists pretty disgusting to be honest, vBulletin isn't cheap and you should be testing it on environments that meet the requirements, not just 5.5.2. Suppressing warnings should definitely not be the solution, a warning occurs because of lazy programming or mistakes, I don't even see how you managed to miss this one in testing. I would have at least expected a fix to be released after over a month too.Comment
Related Topics
Collapse
-
by cheikhi2003Hello
how I can solve this problem in AdminCP
__انا
Warning: array_keys() expects parameter 1 to be array, null given in .../includes/adminfunctions_navpanel.php...1 Photo-
Channel: vBulletin 5 Installs & Upgrades
Sat 13 Feb '16, 2:45am -
Comment