news module error
Posted: Sat Mar 08, 2008 10:36 pm
using cmsms 1.2.3 and news 2.6.1 I get this error when I try to post a new news article
DEBUG: SQL = INSERT INTO cms_module_news (news_id, news_category_id, news_title, news_data, summary, status, news_date, start_time, end_time, create_date, modified_date,author_id,news_extra) VALUES (6,'2','New website cms','this is a test','','published','2008-03-08 16:26:06','2008-03-08 16:26:06',NULL,'2008-03-08 16:26:42','2008-03-08 16:26:42','1','')
Unknown column 'news_extra' in 'field list'
what must I do?
AM
DEBUG: SQL = INSERT INTO cms_module_news (news_id, news_category_id, news_title, news_data, summary, status, news_date, start_time, end_time, create_date, modified_date,author_id,news_extra) VALUES (6,'2','New website cms','this is a test','','published','2008-03-08 16:26:06','2008-03-08 16:26:06',NULL,'2008-03-08 16:26:42','2008-03-08 16:26:42','1','')
Unknown column 'news_extra' in 'field list'
what must I do?
AM