Spangle
05-11-2013, 08:46 AM
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 !
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
@ini_set('display_errors', true);
change to :
@ini_set('display_errors', false);
I'm getting these errors in the header, and I have no idea what they mean !
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
@ini_set('display_errors', true);
change to :
@ini_set('display_errors', false);