Clutching at straws...I had the 3.x version installed which I removed prior to upgrading to 4.
I want to add it back but I'm currently getting SQL errors emailed to me. Can anyone give me some clues as to how I sort them out? I asked on vB.com but because its a mod they won't help.
Its being triggered by a google bot so I don't know why its happening.
The error is
Quote:
Invalid SQL:
SELECT u.userid, u.username, au.award_id
FROM vb_award_user AS au
LEFT JOIN vb_user AS u ON (u.userid = au.userid)
WHERE au.award_id = 1
GROUP BY u.userid, u.username, au.award_id
ORDER BY u.userid;
MySQL Error : Table 'babydre_bumples2.vb_award_user' doesn't exist
Error Number : 1146
|
If I add the updated mod back will it affect the error or the error affect the install?
Thanks!