I'm using the News Articles module on a site.
I've got a set of meeting minutes, and when I go to the articles, I go to URLs like this:
http://mysite.com/FINDER/MeetingMinutes/tabid/67/ctl/ArticleView/mid/399/articleId/14/July-19-2005.aspx
However, when DotNetNuke indexes the site, I get references like this:
http://mysite.org/FINDER/MeetingMinutes/tabid/67/ArticleType/ArticleView/ArticleID/14/PageID/14/Default.aspx
These latter URLs generate errors when I try to go to them:
A critical error has occurred.
Multiple controls with the same ID 'Template_399' were found. FindControl requires that controls have unique IDs.
What might be going on here, and what can I do to fix? |