Login     Sign up
Jcow Forums SQL Error
Craig Hopson (@craighopson)
Join date: Mar 24th 2011
Community posts: 26
View Profile
Send Message

get this error whenever i post a thread

SQL query error!
Error infomation:[SQL]
update jcow_forum_posts set stream_id='875' where id='48'

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

159 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in phpMyAdmin, sql-tab

[code]
ALTER TABLE jcow_forum_posts ADD stream_id INT( 11 ) NOT NULL
[/code]

159 months ago
Craig Hopson (@craighopson)
Join date: Mar 24th 2011
Community posts: 26
View Profile
Send Message

All sorted thank you master

159 months ago
iruoka (@veerkay)
Join date: Apr 1st 2011
Community posts: 6
View Profile
Send Message

nice one....

159 months ago