MyBB.de Forum
[NG] SQL Fehler beim öffnen des Moderator-Panels - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: MyBB 1.8.x (https://www.mybb.de/forum/forum-87.html)
+--- Forum: Bugs (https://www.mybb.de/forum/forum-90.html)
+---- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-92.html)
+---- Thema: [NG] SQL Fehler beim öffnen des Moderator-Panels (/thread-33012.html)



[NG] SQL Fehler beim öffnen des Moderator-Panels - Thomas Volk - 05.01.2016

Hallo zusammen,

der unten aufgeführte Fehler tritt auf, wenn ein Benutzer mit der primären Gruppe Moderator das Moderator-Panel öffnen will.

MyBB Version: 1.8.6
PHP Version: 5.5.9-1ubuntu4.14
SQL Engine: PostgreSQL 9.3.10
active plugins: Email Admin-Created User (1.0) Favicon (1.6.1) MyCode: [spoiler] (1.2)
inactive plugins: First Post Only (1.2)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    0 - ERROR: operator does not exist: ! smallint LINE 7: WHERE (t.fid <> 0 AND t.fid IN (0,'3')) OR (!l.fid) ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Query:
    SELECT l.*, u.username, u.usergroup, u.displaygroup, t.subject AS tsubject, f.name AS fname, p.subject AS psubject FROM mybb_moderatorlog l LEFT JOIN mybb_users u ON (u.uid=l.uid) LEFT JOIN mybb_threads t ON (t.tid=l.tid) LEFT JOIN mybb_forums f ON (f.fid=l.fid) LEFT JOIN mybb_posts p ON (p.pid=l.pid) WHERE (t.fid <> 0 AND t.fid IN (0,'3')) OR (!l.fid) ORDER BY l.dateline DESC LIMIT 5

Danke und Viele Grüße

Thomas Volk


RE: SQL Fehler beim öffnen des Moderator-Panels - StefanT - 06.01.2016

Hier geht es weiter: http://community.mybb.com/thread-187731.html