Hi,
I found a bug to the gallery module, when i try to upload an avatar from Forum/User Settings/Additional avatars, it reply to me with this message:
Cast from string "24/08/2005" to type 'Date' is not valid.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Cast from string "24/08/2005" to type 'Date' is not valid.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidCastException: Cast from string "24/08/2005" to type 'Date' is not valid.]
Microsoft.VisualBasic.CompilerServices.DateType.FromString(String Value, CultureInfo culture) +160
Microsoft.VisualBasic.CompilerServices.DateType.FromString(String Value) +53
DotNetNuke.Modules.Gallery.GalleryXML.CreatedDate(String FileName) +84
DotNetNuke.Modules.Gallery.GalleryFolder.Populate() +1530
DotNetNuke.Modules.Gallery.Utils.PopulateAllFolders(GalleryFolder rootFolder) +41
DotNetNuke.Modules.Gallery.Config..ctor(Int32 ModuleID) +5271
DotNetNuke.Modules.Gallery.Config.GetGalleryConfig(Int32 ModuleID) +79
DotNetNuke.Modules.Gallery.Config.ResetGalleryConfig(Int32 ModuleID) +58
DotNetNuke.Modules.Gallery.Config.ResetGalleryFolder(GalleryFolder Album) +156
DotNetNuke.Modules.Forum.Integration.GalleryAddFile.cmdUpload_Click(Object sender, EventArgs e) +286
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Ah, i'm italian and 24/08/2005 it's the right format of the date (8th August 2005).
Can anyone tell me what can i do to fix it??