Y a un bug au niveau de la suppression d'une news. quand on supprime une news on recoit une erreur Sql directement sur le forum, pour resoudre le probleme il faut enlever le module news de la page d'accueil.
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath as avatarpath, NOT ISNULL(filedata) AS hascustom, customavatar.dateline as avatdate, customavatar.width, customavatar.height,
thread.title as title, thread.threadid as threadid, thread.postusername as username,
thread.postuserid as userid, thread.views, thread.replycount,
thread.iconid AS iconid,
post.pagetext as pagetext, thread.dateline as dateline
FROM vb3_thread AS thread
LEFT JOIN vb3_post AS post ON post.postid = thread.firstpostid
LEFT JOIN vb3_user AS user ON user.userid = thread.postuserid
LEFT JOIN vb3_avatar AS avatar ON avatar.avatarid = thread.postuserid
LEFT JOIN vb3_customavatar AS customavatar ON customavatar.userid = thread.postuserid
WHERE thread.forumid IN()
ORDER BY thread.dateline DESC;
MySQL Error : Erreur de syntaxe près de ')
ORDER BY thread.dateline DESC' à la ligne 11
Error Number : 1064