I use a DNN with two languages (English and French).
After having updated my DNN 6.1.5 to 6.2 (or 6.2.1), updating the rights on a page don't work for the French language
(in English this process work correctly).
Detail:
I choose the French interface (by clicking on the French flag)
In “Page Management”, I change the right on a page (sample : “All users” changed to true)
I click on “Update page” but the message “Page [nnn] Updated not appear and effectively the page rights aren’t changed.
On the DNN Event Viewer I have this message
AssemblyVersion: 6.2.1
PortalID: 0
PortalName: dnn_test
UserID: 1
UserName: my-Username
ActiveTabID: 64
ActiveTabName: Pages
RawURL: /dnn_test/fr-fr/admin/pages.aspx
AbsoluteURL: /dnn_test/Default.aspx
AbsoluteURLReferrer: http://localhost/dnn_test/fr-fr/admin/pages.aspx#P&86
UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 79a2e454-01cd-47b1-bac2-777d60addf7a
InnerException: Input string was not in a correct format.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Number.ParseSingle
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format. at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt) at DesktopModules.Admin.Tabs.View.CmdUpdateClick(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Thanks in advance, Pascal