برامج

°ˆ~*¤®‰« ô_°طلب مستعجل جدا°_ô »‰®¤*~ˆ° [الأرشيف] - برامج نت

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : °ˆ~*¤®‰« ô_°طلب مستعجل جدا°_ô »‰®¤*~ˆ°


Software2010
09-08-2006, 06:58 PM
السلام عليكم و رحمة الله و بركاته
لدي مشكلة لا أعرف سببها إذ كلما أردت دخول أحد أقسام المنتدى تظهر الصورة التالية
[
]
http://www.c5c6.com/File/1157739068.gif (http://www.c5c6.com)
و هذا محتواها
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 : Friday, September 8th 2006 @ 07:42:10 PM
****** : http://bawabanet.ba.funpic.de/vb/forumdisplay.php?f=2
Referrer : http://bawabanet.ba.funpic.de/vb/index.php?
IP Address : 196.206.191.237
Username : mohammed

QWERTS
09-08-2006, 08:18 PM
السلام عليكم

أخي العزيز أزرع هذا الكود وان شاءالله تنحل المشكلة

ALTER TABLE `thread` ADD `titlebold` SMALLINT UNSIGNED NOT NULL default '0';

Software2010
09-08-2006, 08:45 PM
مشكور
جزاك الله خيرا

Software2010
09-09-2006, 11:34 AM
السلام عليكم
لقد عاد المشكل نفسه ثانية