I receive an error:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in .../public/includes/wt_class_core.php on line 305
Deprecated: Assigning the return value of new by reference is deprecated in .../includes/wt_class_core.php on line 329
Those lines both contain
Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
removing the ampersand removes the error. This site is using PHP 5.3.1