The most simple fix is to re-add the hook back in.
Open up the report.php file in your main directory then:
Find:
Quote:
$reportobj->do_report($vbulletin->GPC['reason'], $postinfo);
|
Place this code immediately above it:
Quote:
($hook = vBulletinHook::fetch_hook('report_send_process')) ? eval($hook) : false;
|
If installing for the first time however, the xml file wont upload as its coded dependency is up to 3.6.99 but if you open the xml file before uploading and just change the 6 to a 7 it works wonders (that only needs done for new installations)