Tenacious D
Customer
Fresh install returned the following error when activating Slider on forumhome, both after importing "ForumOnly" (received dbase error, uninstalled) and after importing the "Suite" (VB v4):
Crashed Forum and Home, returning:
Database error in vBulletin 4.1.6:
Invalid SQL:
SELECT blog.blogid, blog.title, blog.dateline AS publishdate, blog_text.blogtextid, blog_text.pagetext AS message, attachment.attachmentid as previewimage, contenttype.class
FROM emfblog AS blog
INNER JOIN emfblog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid)
LEFT JOIN emfblog_categoryuser AS cu ON (cu.blogid = blog.blogid)
LEFT JOIN emfcontenttype as contenttype ON (contenttype.class = 'BlogEntry')
LEFT JOIN emfattachment AS attachment ON ( attachment.contentid = blog.blogid ) AND ( contenttype.contenttypeid = attachment.contenttypeid )
WHERE 1=1
AND (cu.blogcategoryid IS NULL OR cu.blogcategoryid IN (-1,-1))
AND blog.dateline <= 1327595055
AND thread.postuserid NOT IN (332,355)
GROUP BY blog.blogid
ORDER BY blog.dateline DESC
LIMIT 0,5;
MySQL Error : Unknown column 'thread.postuserid' in 'where clause'
Error Number : 1054
Request Date : Thursday, January 26th 2012 @ 09:24:15 AM
Error Date : Thursday, January 26th 2012 @ 09:24:17 AM
Script : http://REMOVED THIS TO POST IN DB FORUMS/site/forum/forum.php
Referrer : http://REMOVED THIS TO POST IN DB FORUMS/site/forum/vnu-ii/3090.htm
IP Address : REMOVED THIS TO POST IN DB FORUMS
Username : REMOVED THIS TO POST IN DB FORUMS
Classname : vB_Database_MySQLi
MySQL Version : 5.1.60-community-log
Crashed Forum and Home, returning:
Database error in vBulletin 4.1.6:
Invalid SQL:
SELECT blog.blogid, blog.title, blog.dateline AS publishdate, blog_text.blogtextid, blog_text.pagetext AS message, attachment.attachmentid as previewimage, contenttype.class
FROM emfblog AS blog
INNER JOIN emfblog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid)
LEFT JOIN emfblog_categoryuser AS cu ON (cu.blogid = blog.blogid)
LEFT JOIN emfcontenttype as contenttype ON (contenttype.class = 'BlogEntry')
LEFT JOIN emfattachment AS attachment ON ( attachment.contentid = blog.blogid ) AND ( contenttype.contenttypeid = attachment.contenttypeid )
WHERE 1=1
AND (cu.blogcategoryid IS NULL OR cu.blogcategoryid IN (-1,-1))
AND blog.dateline <= 1327595055
AND thread.postuserid NOT IN (332,355)
GROUP BY blog.blogid
ORDER BY blog.dateline DESC
LIMIT 0,5;
MySQL Error : Unknown column 'thread.postuserid' in 'where clause'
Error Number : 1054
Request Date : Thursday, January 26th 2012 @ 09:24:15 AM
Error Date : Thursday, January 26th 2012 @ 09:24:17 AM
Script : http://REMOVED THIS TO POST IN DB FORUMS/site/forum/forum.php
Referrer : http://REMOVED THIS TO POST IN DB FORUMS/site/forum/vnu-ii/3090.htm
IP Address : REMOVED THIS TO POST IN DB FORUMS
Username : REMOVED THIS TO POST IN DB FORUMS
Classname : vB_Database_MySQLi
MySQL Version : 5.1.60-community-log