Heres a example of errors I get via email after I upgrade:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT filename, attachment.postid, attachment.userid, attachmentid,
attachment.dateline, SUBSTRING(filedata, 1, 2097152) AS filedata, filesize,
attachment.visible, mimetype, thread.forumid, thread.threadid, thread.postuserid,
post.visible AS post_visible, thread.visible AS thread_visible
FROM attachment AS attachment
LEFT JOIN attachmenttype AS attachmenttype ON (attachmenttype.extension = attachment.extension)
LEFT JOIN post AS post ON (post.postid = attachment.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
WHERE attachmentid =;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 11
Error Number : 1064
Date : Saturday, February 4th 2006 @ 04:47:37 AM
Script :
http://redtailboa.net/forums/attachm...&stc=1&thumb=1
Referrer :
http://redtailboa.net/modules.php?name=Jig
IP Address : 68.12.67.27
Username : Unregistered
Classname : vb_database