Quote:
Originally Posted by chorton
I have it working at www.versionist.com
However the vbadvanced module does not appear to work ...It was throwing up all kinds of errors so i removed it
|
Same here, only the vba modules is broken. It seems to be looking for a database table that doesn't exist:
Code:
Invalid SQL:
SELECT donor.userid, donor.total, user.username, user.showdonor
FROM donation_donors AS donor
LEFT JOIN user AS user ON(user.userid = donor.userid)
WHERE donor.userid != '0'
ORDER BY total DESC
LIMIT 0,3;
MySQL Error : Table 'vbforums.donation_donors' doesn't exist