Getting some curious errors using Gallery 3.0.10 - although I suspect they may not be specific to Gallery, I am only getting them when using Gallery hence post here.
I have created an album 'gardens' with 2 sub-albums. If I click on any album or sub-album, I get an IE error 'Internet Explorer cannot open the Internet site http://www.jonstranger.com/Photogallery/tabid/119/path/gardens/Default.aspx.'
If I then clear this error box (so that I get 'The page cannot be displayed') and click the Back button, the page is then returned OK (with exactly the same URL as above).
When I do get to a sub-album with the image thumbnails displayed and click on one of these, I get a null reference exception as follows:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Services.Localization.Localization.GetResource(String ResourceFileRoot, PortalSettings objPortalSettings) +164
DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot, PortalSettings objPortalSettings) +15
DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot) +60
DotNetNuke.Modules.Gallery.GalleryFolder.GetItemInfo() +168
DotNetNuke.Modules.Gallery.GalleryFolder.Populate() +7866
DotNetNuke.Modules.Gallery.Utils.PopulateAllFolders(GalleryFolder rootFolder) +41
DotNetNuke.Modules.Gallery.Config..ctor(Int32 ModuleID) +5272
DotNetNuke.Modules.Gallery.Config.GetGalleryConfig(Int32 ModuleID) +79
DotNetNuke.Modules.Gallery.WebControls.Viewer.Page_Init(Object sender, EventArgs e) +114
System.Web.UI.Control.OnInit(EventArgs e) +67
System.Web.UI.UserControl.OnInit(EventArgs e) +114
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Control.InitRecursive(Control namingContainer) +179
System.Web.UI.Page.ProcessRequestMain() +197
This would seem to indicate that there is something pretty fundamentally wrong with my portal configuration, but it seems odd that I don't have this issue with any other module.
Any suggestions?
Jon Stranger