Login     Sign up
Category: Installation
prince le (@prince777)
152 months ago
1441 Views

[SQL]<br />
update jcow_forum_posts set stream_id='135284' where id='52'<br />
<br />
[Error]<br />
Unknown column 'stream_id' in 'field list'<br />
i keep getting this message when trying to add a post on the forums<br />
Please help in fixing this.

1 people followed this question
0

in phpMyAdmin, sql-tab

Code

ALTER TABLE jcow_forum_posts ADD stream_id INT( 11 ) NOT NULL

R4ym0nd @r4ym0nd
139 months ago