Since upgrading to 4.2.2 PL3 we're receiving this error message when clicking on Photoplog thumbnails (Top of board or in Photoplog itself.):
Quote:
Warning: Assigning the return value of new by reference is deprecated in ..../photoplog/ratebit.php on line 29
|
That would be this line of code:
Quote:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
|
I tried re-uploading that file but no change. Has anyone experienced this issue? What is the message telling me?