it's on a windows XP machine.
I did not do the setup, just took over, and have no previous experience with CMSMS. I don't work that much with cms platforms, so I apologise if I'm missing the obvious.
when anyone tries to create a new news article, once filled in and clicked on save, it displays following error message:
I did try modifying the table 'cms_module_news' to auto_increment but it doesn't seem to have helpedDEBUG: 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 (0,'1','t','t','t','published','2008-09-19 16:45:56','2008-09-19 16:45:56',NULL,'2008-09-19 16:46:08','2008-09-19 16:46:08','1','')
Duplicate entry '0' for key 1
successfully ran:
Would be greatful for any help, as meant to be launching soonALTER TABLE cms_module_news AUTO-INCREMENT =1
