Quote:
Originally Posted by Stoebi
Hi
Plugin 'Main Doublepost Prevent Engine' - Hook newpost_complete
Search for:
Code:
AND dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "
Change to:
Code:
AND post.dateline > " . (TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60) . "
Reason:
With vBulletin v3.6.x the row dateline exists in the tables post and deletionlog (ambiguous).
Regards, Stoebi
|
Awesome, was wondering why I was getting database errors after the upgrade.
Thanks