Anyone please? This throws an exception when the page loads now....it's completely down. I can't get into the console admin either... The only way the page loads is if I completely remove the Gallery...
Thanks
Server Error in '/' Application.
value should not contain invalid chars
Parameter name: photoid
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.ArgumentException: value should not contain invalid chars
Parameter name: photoid
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:
[ArgumentException: value should not contain invalid chars
Parameter name: photoid]
DotNetGallery.GalleryFileSystemDataProvider.g(String A_0, String A_1) +482
DotNetGallery.GalleryFileSystemDataProvider.GetPhotoInfo(String categoryid, String photoid, String& title, String& comment, Int32& width, Int32& height, Int32& filesize, String& ipaddress, String& propexpr, DateTime& time, Int32& commentcount) +71
DotNetGallery.GalleryFileSystemDataProvider.LoadPhotoArray(String categoryid) +417
DotNetGallery.GalleryBrowser.a(GalleryDataProvider A_0, String A_1) +704
DotNetGallery.GalleryBrowser.GetAllCategoryData() +274
DotNetGallery.GalleryBrowser.b(HtmlTextWriter A_0) +1687
DotNetGallery.GalleryBrowser.Render(HtmlTextWriter writer) +292
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +394
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +49
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
System.Web.UI.Page.Render(HtmlTextWriter writer) +40
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5363
|