Bug in News updating from 1.0.2 to 1.2
Posted: Sat Dec 29, 2007 6:02 am
After updating CMSMS from 1.0.2 to 1.2 the news is giving an error message when trying to add a new News article and the article isn't being added, all old news items can be changed or updated and the changes take the update, all templates are default install templates, all permissions have been checked to make sure it's not them...
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 (29,'1','test1','ttt','ttt','published','2007-12-28 23:55:19','2007-12-28 23:55:19',NULL,'2007-12-28 23:55:34','2007-12-28 23:55:34','3','')
Unknown column 'news_extra' in 'field list'
All items in red are from the title and the summary and content edit boxes...
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 (29,'1','test1','ttt','ttt','published','2007-12-28 23:55:19','2007-12-28 23:55:19',NULL,'2007-12-28 23:55:34','2007-12-28 23:55:34','3','')
Unknown column 'news_extra' in 'field list'
All items in red are from the title and the summary and content edit boxes...