Login     Sign up
post info in forum problem.
anuacham (@anuacham)
Join date: Dec 19th 2010
Community posts: 24
View Profile
Send Message

Hi,
I just purchased jcow forum, after installing, it has problem when people post messgs in forum. it shows as below messege.

[b]
SQL query error!
Error infomation:

[SQL]
update jcow_forum_posts set stream_id='3719' where id='48'

[Error]
Unknown column 'stream_id' in 'field list'


You can get help by sending this infomation to us: [url]http://jcow.net[/url]
[/b]

Any one know what was wrong? thanks so much.

159 months ago
john mor (@johninhell)
Join date: Oct 15th 2010
Community posts: 159
View Profile
Send Message

open your

phpmyadmin

and run this Query :-

ALTER TABLE jcow_forum_posts ADD stream_id INT NOT NULL ,
ADD INDEX ( stream_id ) ;

and u r done :) solved

159 months ago
anuacham (@anuacham)
Join date: Dec 19th 2010
Community posts: 24
View Profile
Send Message

Thanks john, i will try and see.

159 months ago
anuacham (@anuacham)
Join date: Dec 19th 2010
Community posts: 24
View Profile
Send Message

It works great. solve problem. Thanks master John.

159 months ago