Assigning the return value of new by reference is deprecated in class.bb-install.php
Monday, January 10th, 2011
Quite easy to fix
Open bb-admin/install.php and change
error_reporting(E_ALL ^ E_NOTICE);
to
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);
on line 3
Open bb-load.php and change
error_reporting(E_ALL ^ E_NOTICE);
to
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);
on line 25
Save and you are ready to go :)






