News module links to detail pages
Posted: Fri Sep 27, 2019 3:36 pm
CMSMS version 2.2.8
News summary template produces links to detail pages like:
which result in 404's. If I remove the 'd,' in front of the actual file url (like below), it works and loads my detail page with the article:
Things I've tried:
1.) googling/searching forums
2.) updating routes: system maintenance->cache and content->update routes
3.) started poking around in the module files and I easily see where the 'd,' is added to the link, but figured there has to be something else at play here or the 'd,' is there for a reason.
Notes:
I did migrate news articles database table from previous site this one and that site is running a much older CMSMS version (1.11.13).
Any help is greatly appreciated!
News summary template produces links to detail pages like:
Code: Select all
/news/68/98/my-article-is-cool/d,news-article.html
Code: Select all
/news/68/98/my-article-is-cool/news-article.html
1.) googling/searching forums
2.) updating routes: system maintenance->cache and content->update routes
3.) started poking around in the module files and I easily see where the 'd,' is added to the link, but figured there has to be something else at play here or the 'd,' is there for a reason.
Notes:
I did migrate news articles database table from previous site this one and that site is running a much older CMSMS version (1.11.13).
Any help is greatly appreciated!