Hi Michelle, this seems to be a great plugin but it gave me a database error, I installed it, set the options and when I went to view one of my forums I got a database error. I am running vbulletin 3.6.8.
Here's the error:
Quote:
Warning: Invalid argument supplied for foreach() in /forumdisplay.php(987) : eval()'d code on line 87
Warning: implode() [function.implode]: Bad arguments. in /forumdisplay.php(987) : eval()'d code on line 95
|
Quote:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
thread.threadid,
thread.title,
thread.postuserid as posterid,
thread.postusername as poster,
thread.dateline,
thread.replycount,
thread.isfeatured,
thread.fdesc,
thread.iconid,
post.pagetext
FROM thread as thread
LEFT JOIN post as post ON(post.postid = thread.firstpostid)
WHERE
thread.isfeatured = 1
AND thread.forumid IN ()
ORDER BY fdate DESC
LIMIT 3;
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 ')
ORDER BY fdate DESC
LIMIT 3' at line 16
Error Number : 1064
Date : Wednesday, August 15th 2007 @ 10:28:29 AM
Script : http://www.webtalkforums.com/forumdisplay.php?f=53
Referrer : http://www.webtalkforums.com/
IP Address : xx.xxx.xxx.xxx
Username : Colleen
Classname : vb_database
|