13.09.2009, 00:21
(Dieser Beitrag wurde zuletzt bearbeitet: 13.09.2009, 00:48 von CoolRunner.)
modcp.php schmeisst folgende Fehlermeldung aus (nach konvertierung von 1.2 auf 1.4)
Update: Bitte post löschen, Problem gelöst!
im Feld thread war noch ein Feld das pid hies, das war zu viel.
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.