مناقشة موضوع [Block][vb] أخبار المنتدى بشكل مرتب في مجلة المنتديات mkPortal; ليش الملف ما يفتح بعد تحميل المرفق ؟؟؟ يبدو انه يوجد خلل في المرفقات ... ...
وعدلت من اخبارالمنتدى عشان اظهر بعض الاقسام ظهرت لي الرساله هذي
ERROR: Database error. Cannot execute the query: SELECT post.*,post.username AS postusername, user.userid, thread.forumid, thread.replycount, thread.iconid AS icona, thread.threadid, thread.title AS ttitle, forum.title AS f_title FROM post AS post, thread AS thread LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN forum AS forum ON(thread.forumid = forum.forumid) LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post') WHERE post.postid = thread.firstpostid AND thread.forumid IN (2,3,4,8) AND post.visible=1 AND deletionlog.primaryid IS NULL ORDER BY post.dateline DESC LIMIT 2 MySql Error returned: Unknown column 'post.userid' in 'on clause' MySql Error code: 1054