Some problems:
Then I clicked it and got an error.
HTML Code:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT attachment.attachmentid, attachment.contentid, attachment.userid, post.postid, post.threadid, post.visible,thread.forumid,
thread.title, thread.open
FROM vb3_attachment as attachment
LEFT JOIN vb3_post AS post ON (post.postid = attachment.contentid)
LEFT JOIN vb3_thread as thread on(post.threadid = thread.threadid)
LEFT JOIN vb3_deletionlog AS deletionlog ON(attachment.contentid = deletionlog.primaryid AND type = 'post')
WHERE attachment.userid = 1
AND (
thread.forumid IN(0,47,26,43,17,22,45,23,1,28,31,36,35,2,37,25,4,8,13,15,20,27,39,5,33,11,24,3,6,14,29,12,34,7,18)
AND thread.visible = 1
AND post.visible = 1
AND deletionlog.primaryid IS NULL);
MySQL Error : Table 'xxxxxxx.vb3_attachment' doesn't exist
Error Number : 1146
Request Date : Saturday, January 16th 2010 @ 10:52:16 AM
Error Date : Saturday, January 16th 2010 @ 10:52:16 AM
Script : http://xxxxxxxxxxxxxxxxxx?1=&tab=AJGattach
Referrer : http://xxxxxxxxxxxxxxxxxxxxxxxxxx
IP Address : xxx.xxxx.xxxx
Username : Mitch
Classname : vB_Database
MySQL Version : 5.1.30