|
|
|
Joined: 10/26/2007
Posts: 206
|
|
|
Since I installed Gallery 4.3.0 on my DNN 4.9.5 site, right after upgrading, I'm getting error messages in the event viewer that these two files don't exist:
/DesktopModules/Gallery/Viewer.aspx
/DesktopModules/Gallery/SlideShow.aspx
In fact, they don't exist - I checked on my site, and these files in that directory now have the extension .ascx. But something in the code seems to be looking for a different file extension. This doesn't show on the user interface, so I can ignore it if I have to, but I thought I should report it.
hedera
**********
Nature bats last.
|
|
|
|
| |
|
|
|
www.wesnetdesigns.com Joined: 2/18/2005
Posts: 3253
|
|
|
Files like Viewer.aspx and SlideShow.aspx had been used in Gallery 3.0.12 for displaying the viewer or slideshow when pop-ups are enabled in the configuration. In 4.3.0, they (and several other .aspx files) were replaced by a single file GalleryPage.aspx.
Could you post the entire error message from the event viewer, particularly the stack trace and any url referrer. I am wondering if these errors are being generated by hits on your site coming from no longer valid off-site links either from one of the search engines or another site that has linked to yours.
Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
|
|
|
|
| |
|
|
Joined: 10/26/2007
Posts: 206
|
|
|
Certainly, here is the entire message from Event Viewer for one of these, inlcuding the stack trace; the URL referrer seems to be blank:
AssemblyVersion: 04.09.05
PortalID: 0
PortalName: Oakland Symphony Chorus
UserID: -1
UserName:
ActiveTabID: 118
ActiveTabName: Pictures from the Gala
RawURL: /DesktopModules/Gallery/Viewer.aspx?tabid=118&mid=689&path=¤titem=1¤tstrip=1
AbsoluteURL: /DesktopModules/Gallery/Viewer.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2029da34-ee1a-492d-8d5e-80fbc59f9a47
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/DesktopModules/Gallery/Viewer.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: EROSWEB
hedera
**********
Nature bats last.
|
|
|
|
| |
|
|
Joined: 10/26/2007
Posts: 206
|
|
|
And here's a second one for a new "missing file", I haven't seen this one before:
AssemblyVersion: 04.09.05
PortalID: 0
PortalName: Oakland Symphony Chorus
UserID: -1
UserName:
ActiveTabID: 118
ActiveTabName: Pictures from the Gala
RawURL: /DesktopModules/Gallery/ExifMetaData.aspx?tabid=118&mid=690&path=¤titem=2¤tstrip=1
AbsoluteURL: /DesktopModules/Gallery/ExifMetaData.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4dfd7dd3-060a-43d7-98f5-0a3fb210a7a4
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/DesktopModules/Gallery/ExifMetaData.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: EROSWEB
hedera
**********
Nature bats last.
|
|
|
|
| |
|
|
|
www.wesnetdesigns.com Joined: 2/18/2005
Posts: 3253
|
|
|
It appears that both errors are being logged when the site is being visited by Google's web bot which is apparently following old links which included references to the Gallery v 3.0.12 pop-ups Viewer.aspx, SlideShow.aspx and also ExifMetaData.aspx. I would suspect that once Google re-builds its links these errors will stop occuring.
Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
|
|
|
|
| |