thumbnailservice.ashx not exist error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/1/2011 1:31:19 AM
Gravatar
Total Posts 104

thumbnailservice.ashx not exist error

Hi,

I used s simple folder version gallory, but I I can't see any image on thumbnail mode, just a alt text shows and this error logs :

how can I fix this?

 

2011-03-01 10:54:12,546 ERROR mojoPortal.Web.Global - 85.15.31.67-en-US - /thumbnailservice.ashx?albummode=Thumbnail&albumpath=%7e%2fData%2fSites%2f2%2fFolderGalleries%2f%d9%85%d8%a8%d8%af%d9%84-%d8%b4%d8%b1%d9%83%d8%aa-%da%af%d9%88%d9%87%d8%b1-%d9%86%d8%a7%d8%a8.jpg
System.Web.HttpException: The file '/thumbnailservice.ashx' 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.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

3/1/2011 8:43:07 AM
Gravatar
Total Posts 18439

Re: thumbnailservice.ashx not exist error

Hi,

The file does not exist and should not need to exist if the .ashx extension is configured correctly, but you can possibly/probably fix it by creating a text file in the root named thumbnailservice.ashx and inside the file just put this:

<%@ WebHandler Language="C#"  Class="mojoPortal.Web.Controls.Album" %>

I will add this file for the next release to avoid this configuration problem.

Hope it helps,

Joe

3/8/2011 5:05:34 AM
Gravatar
Total Posts 104

Re: thumbnailservice.ashx not exist error

Thanks for reply.

it fix thumbnail pictures but when I click on small picture it doesn't show large images.

also nothing logs in system log

 

Regards

Mehdi

You must sign in to post in the forums. This thread is closed to new posts.