Quote:
Originally Posted by Dave
I believe you can fix that by replacing
PHP Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
with
PHP Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
|
Thank you. I was getting the same error
Code:
Warning: Assigning the return value of new by reference is deprecated in ..../photoplog/ratebit.php on line 29
and this did indeed fix that one.