Update:
I get this error: Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /[path]support.php on line 642 when i try to submit a ticket.
The installation went smooth and everything is working except from submitting a ticket.
Update again lol:
I deleted the 642 line:
Code:
$bodytext = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message']);
now everything is working like it should!