Login     Sign up
R4ym0nd (@r4ym0nd)
139 months ago
1073 Views

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

1 people followed this question
1

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
139 months ago
@falcone : ok sir i try. but, if there's an error I will ask again. thank you sir in advance.
139 months ago
@falcone : Why pack when I want a new thread no message Fatal error: Call to undefined function likes_get () in modules / forums / forums.p..
139 months ago
@r4ym0nd what version of jcow are you using?
139 months ago
@falcone : my Jcow version 4.2.1 ^_^ help me master
139 months ago
@r4ym0nd this old version is not save, better upgrade
139 months ago
@falcone : oke master. but I was already getting his solution thanks :D
139 months ago