News module error in v1.11.8/1.11.9
Posted: Wed Oct 02, 2013 10:20 pm
A couple of weeks ago I did a clean install (not an upgrade) of v1.11.8. When saving the "Default page to use for detail views" on the "Options" tab of the news module I got the following repeatable error:
Uninstalling the News module and manually installing the v2.12 News module from the previous release of CMSMS solved the error.
Now that I have upgraded to 1.11.9 the News module has been upgraded at the same time and the error is back. Is this a bug?
Code: Select all
INSERT INTO cms_routes (term,key1,key2,key3,data,created) VALUES ('/[nN]ews\\/(?P[0-9]+)$/','News',NULL,NULL,'O:8:\"CmsRoute\":2:{s:15:\"\0CmsRoute\0_data\";a:5:{s:4:\"term\";s:33:\"/[nN]ews\\/(?P[0-9]+)$/\";s:8:\"absolute\";b:0;s:4:\"key1\";s:4:\"News\";s:4:\"key2\";N;s:8:\"defaults\";a:1:{s:8:\"returnid\";i:-1;}}s:18:\"\0CmsRoute\0_results\";N;}',NOW()) -- Duplicate entry '/[nN]ews\/(?P[0-9]+)$/-News' for key 'PRIMARY'
Now that I have upgraded to 1.11.9 the News module has been upgraded at the same time and the error is back. Is this a bug?