The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Lots of errors after 4.2.2 upgrade
This is on my CMS page at top:
Warning: Declaration of vBCms_Item_Content::setItemId() should be compatible with that of vB_Model::setItemId() in ..../packages/vbcms/item/content.php on line 26 These are in admincp: 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/class_dbalter.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/class_dbalter.php on line 882 Warning: Declaration of vB_Database_Alter_MySQL::query() should be compatible with that of vB_Database_Alter::query() in ..../includes/class_dbalter.php on line 882 How do I fix??? |
#2
|
||||
|
||||
|
#3
|
||||
|
||||
Ok, that worked, but are the errors being ignored going to cause problems? I used this:
define('SKIP_ALL_ERRORS', true); Any additional info on the errors, and what issues they may cause would be great thanks! |
#5
|
||||
|
||||
Quote:
--------------- Added [DATE]1385408549[/DATE] at [TIME]1385408549[/TIME] --------------- i saw this on another site: Now, open the second file ./includes/class_core.php & find for Code:
$this->shutdown = vB_Shutdown::instance(); Code:
$this->shutdown =@ vB_Shutdown::instance(); Do I have to put that in as well, and what exactly will that do? Thanks. |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|