Edit the file cart.php at line 437
Replace:
Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
With:
Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
But I suggest you to put at the top of your config file (just after <?php) the line:
Code:
define('SKIP_ALL_ERRORS', true);
It will solves the peace of your mind from dozens similar message not only coming from my mod, or other mods, but even from vBulletin code.
EDITED: Read this from vb.com forums:
http://www.vbulletin.com/forum/forum...-been-released