By tmq on
Can't seem to solve this:
[code]
user error: Unknown column 'c.thread' in 'field list'
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.timestamp, u.uid, u.name, u.data, c.score, c.users, c.thread FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = '15' AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.timestamp, u.uid, u.name, u.data, c.score, c.users, c.thread ORDER BY c.thread DESC LIMIT 0, 50 in (...)/public_html/includes/database.mysql.inc on line 90.
[/code]
any suggestions?
Upgrade to 432 from 420.
Comments
Update.php
You should run
update.phpas metiond here.Thanks-- I did, but to no ava
Thanks-- I did, but to no avail. So I just manually added the field, and that fixed things. BTW, the error message seems to include an un-closed [pre] tag that makes IE lose word wrap when displaying a page that shows this error. Firebird renders correctly.