The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem installing to localhost
I'm trying to install to a local host, should be easy right, I've done it before with phpBB3 and MyBB, but VB4 is causing me a big problem.
I'm getting these errors in the header, and I have no idea what they mean ! Code:
Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in C:\xampp1\htdocs\upload\includes\class_core.php on line 3397 Strict Standards: Declaration of vB_Database_Alter_MySQL::drop_index() should be compatible with vB_Database_Alter::drop_index() in C:\xampp1\htdocs\upload\includes\class_dbalter.php on line 882 Strict Standards: Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with vB_Database_Alter::add_index() in C:\xampp1\htdocs\upload\includes\class_dbalter.php on line 882 Strict Standards: Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with vB_Database_Alter::add_field() in C:\xampp1\htdocs\upload\includes\class_dbalter.php on line 882 Strict Standards: Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with vB_Database_Alter::drop_field() in C:\xampp1\htdocs\upload\includes\class_dbalter.php on line 882 Strict Standards: Declaration of vB_Database_Alter_MySQL::query() should be compatible with vB_Database_Alter::query() in C:\xampp1\htdocs\upload\includes\class_dbalter.php on line 882 Problem solved, if anyone else gets this you need to go to install/init.php find Code:
@ini_set('display_errors', true); Code:
@ini_set('display_errors', false); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|