MyBB.de Forum

Normale Version: modcp.php MyBB SQL Error
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
modcp.php schmeisst folgende Fehlermeldung aus (nach konvertierung von 1.2 auf 1.4)

Code:
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1052 - Column 'pid' in field list is ambiguous
Query:
    SELECT COUNT(pid) AS unapprovedposts FROM mybb_posts p LEFT JOIN mybb_threads t ON (t.tid=p.tid) WHERE p.visible='0' AND t.firstpost != p.pid

Please contact the MyBB Group for support.

Update: Bitte post löschen, Problem gelöst!
im Feld thread war noch ein Feld das pid hies, das war zu viel.