I fixed the first error:
Find in
privateautoresponder.php (do this twice):
PHP Code:
=& new vB_BbCodeParser_vBGlossar($vbulletin, fetch_tag_list());
And replace with:
PHP Code:
=& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Find in
privateautoresponder.php (do this twice too):
PHP Code:
'/includes/class_bbcode_vbglossar.php');
And replace with:
PHP Code:
'/includes/class_bbcode.php');