On my web site www.AgingSafely.com (DNN4.8.0) which is hosted at PowerDNN my blog module started giving exceptions (all of the time) today. I last checked it maybe a or two ago and it was working. No changes to DNN or News Articles in that time.
The blog is at http://www.agingsafely.com/asi_blogs.aspx The exception is:
Server Error in '/' Application.
StartIndex cannot be less than zero.
Parameter name: startIndex
Parameter name: startIndex at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at System.String.Substring(Int32 startIndex, Int32 length) at Ventrian.NewsArticles.NewsArticleModuleBase.GetSharedResource(String key) at Ventrian.NewsArticles.ucListing.AssignLocalization() at Ventrian.NewsArticles.ucListing.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace
What makes this REALLY interesting is that I backed up my files and Db at PowerDNN and installed them at my localhost. The problem doesn't exist in the restored system!
I upgraded News Articles to 6.06 and am testing it localy before I install it at PowerDNN. However, I don't see any reason why it should fix the problem.
Any suggestions?
/DaveS
|