I'm getting the following db error on a fresh install;
Code:
Database error in vBulletin 4.1.1:
Invalid SQL:
SELECT
entryid,
varname,
entry.userid AS sentuserid,
post.userid AS receiveduserid
FROM `dbtech_thanks_entry` AS entry
LEFT JOIN post AS post ON(post.postid = entry.contentid)
WHERE entryid >= 0
LIMIT 250;
MySQL Error : Column 'entryid' in field list is ambiguous
Error Number : 1052
Request Date : Tuesday, February 8th 2011 @ 12:39:19 PM
Error Date : Tuesday, February 8th 2011 @ 12:39:20 PM
Script : http://www.*******.com/forums/admincp/thanks.php?do=finalise&version=111