2013-07-30, 03:58 AM
I get an error message when trying to warn a user from the warn button on the post bit;
Quote:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'w.pid' in 'where clause'
Query:
SELECT w.*, t.title AS type_title, u.username FROM mybb_warnings w LEFT JOIN mybb_warningtypes t ON (t.tid=w.tid) LEFT JOIN mybb_users u ON (u.uid=w.issuedby) WHERE w.pid='733' ORDER BY w.expired ASC, w.dateline DESC