| 
				 مشكلة بدخول الاقسام 
 السلام عليكم
 ياجماعه عندي مشكله وهي لما اخش اي قسم في المنتدى يجيب لي
 Database error in vBulletin 3.5.4:
 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, replycount, postusername, postuserid, thread.iconid AS threadiconid,
 thread.lastpost, lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
 hiddencount, titlecolor, titlebold
 , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
 , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
 
 FROM thread AS thread
 LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
 LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
 
 LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
 
 
 WHERE thread.threadid IN (0)
 ORDER BY sticky DESC, thread.lastpost DESC;
 MySQL Error  : Unknown column 'titlecolor' in 'field list'
 Error Number : 1054
 Date         : Monday, July 31st 2006 @ 11:23:19 PM
 
 
 
 النسخه هي 3.5.4 vb
 
 ياليت الحل
 
 
 
 
 
 
			
			
			
			
			
			
			
			
            
            
                
           	
			
			
		 |