Just installed this mod, and it is great. I'm not sure what part of the code is doing it, but on my main site (vbdrupal install), I get the following mySQL error:
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT SUM(mc_gross) AS amount FROM vb_awc_payments WHERE payment_status='Completed' AND sid='ss' AND date_format(from_unixtime(payment_date),'%m%y')='0 409';
MySQL Error : Table 'wottech_vbforum.vb_awc_payments' doesn't exist
Error Number : 1146
Request Date : Monday, April 6th 2009 @ 06:02:49 AM
Error Date : Monday, April 6th 2009 @ 06:02:49 AM
Script :
http://60degreev6.com/
Referrer :
http://60degreev6.com/forum/
IP Address : 70.178.0.7
Username : bszopi
Classname : vB_Database
MySQL Version : 5.0.67-community
So somewhere, it is looking for awc_payments table instead of awc
l_payments table. The mod seems to work just fine the forums, though. Have any ideas? Thanks!
EDIT: Since it is happening when a user comes directly to the site, I have put up a redirect to the forums until the issue is fixed. The error can be recreated by going to any of the content via the links in the left hand menus.