Hi
If I use any of the date type tokens in either listing or view html pages the articles module works as expected for host and all users. Any logged in roles return the following error.
I should mention that the tokens work in Print pages.
Also that I have an instance of the dnn events module that has been modified to start the week on Mon (europe) not the US's Sunday.
The module displays according to date.
Interstingly: DNN Profile properties for this 3 times updated site allows the property to be deleted but this abilty was removed 4.5?
InnerException: Input string was not in a correct format.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Number.StringToNumber
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at DotNetNuke.Entities.Users.UserProfile.get_TimeZone() at Ventrian.NewsArticles.UserTime.get_ClientToServerTimeZoneFactor(Int32 serverTimeZoneOffet) at Ventrian.NewsArticles.Common.GetAdjustedUserTime(String dateString, String format, Int32 timeZone) at Ventrian.NewsArticles.Common.GetAdjustedUserTime(ArticleSettings articleSettings, String dateString, String format) at Ventrian.NewsArticles.LayoutController.ProcessItem(ControlCollection& objPlaceHolder, String[] layoutArray, ArticleInfo objArticle) at Ventrian.NewsArticles.ucListing.rptListing_OnItemDataBound(Object sender, RepeaterItemEventArgs e) --- End of inner exception stack trace --- |