R4ym0nd (@r4ym0nd) |
SQL query error!
Error infomation:
[SQL]
update jcow_forum_threads
set topic='Hello visit blog',resolved='1' where id='66'
[Error]
Unknown column 'resolved' in 'field list'
You can get help by sending this infomation to us: http://jcow.net
Help Me
it means a field in your table jcow_forum_threads is missing.
in phpmyAdmin, SQL tab:
alter table jcow_forum_threads add column resolved tinyint(1) default 0
Jcow Master @falcone
146 months ago
|