şimdide bu hatayla karsı karsıyayım üye girişi yaptıktan 2 tıklama sonra site otomatik atıyor üyeliği ve bu hatayı veriyor
Database error in vBulletin 3.8.0:
Invalid SQL:
SELECT
IF(votenum >= 1, votenum, 0) AS votenum,
IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
post.pagetext AS preview,
thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
thread.prefixid, thread.taglist, hiddencount, deletedcount
, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
, threadread.readtime AS threadread
, threadredirect.expires
, isurlredirect
FROM thread AS thread
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
WHERE thread.threadid IN (0,35213,1693)
ORDER BY sticky DESC, lastpost DESC;
MySQL Error : Unknown column 'isurlredirect' in 'field list'
Error Number : 1054
Request Date : Tuesday, January 13th 2009 @ 10:25:41 PM
Error Date : Tuesday, January 13th 2009 @ 10:25:41 PM
Script :
http://www.xxxxxx/forumdisplay.php?f=23
Referrer :
http://www.xxxxxx.net/
IP Address : 88.226.141.42
Username : _ReiS__
Classname : vB_Database
MySQL Version : 5.0.67-community-log