Hi
I installed this portal and it really looks awesome
But i got one error and i really hope this one isnt managed before otherwise i'm sorry for remention it
When i use the module: Latest threads and i've edited it little, just the title of the module and some options. when admins check the page then there is no problem but when unregistered or regular members visit it, they get a database error and i receive this email:
Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT
thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid
, post.pagetext AS preview
FROM thread as thread
LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> '10' AND thread.visible = 1 AND thread.forumid NOT IN(3,4,5,6,7,8,9,10,11,12,13,30,31,14,15,16,17,33,44,34,42,18,45,46,19,20,21,22,23,36,27,29,47,48,32,35,41,37,38,39,43,40,24,25,26) Array AND deletionlog.primaryid IS NULL
ORDER BY lastpost DESC
LIMIT 10
mysql error: You have an error in your SQL syntax near 'Array AND deletionlog.primaryid IS NULL
ORDER BY lastpost DESC
LIMIT 10
' at line 15
mysql error number: 1064
Anyone an idea what it is??
Hope someone can help
Greetz