MyBB.de Forum
[G] Attachment-Suche führt zu SQL-Fehler - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-54.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-56.html)
+----- Thema: [G] Attachment-Suche führt zu SQL-Fehler (/thread-11303.html)



[G] Attachment-Suche führt zu SQL-Fehler - querschlaeger - 20.10.2008

Hallo,

sucht man im Backend in der Attachment-Verwaltung (unter Foren & Beiträge) und gibt im Feld Dateityp beinhaltet etwas ein, erscheint folgender Fehler:

Code:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'a.mimetype' in 'where clause'
Query:
    SELECT COUNT(a.aid) AS num_results FROM mybb_attachments a LEFT JOIN mybb_posts p ON (p.pid=a.pid) WHERE 1=1 AND a.mimetype LIKE '%text%'