After upgrade Image Gallery displays lots of thumbnails but only one image.

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/2/2008 7:08:24 PM
Gravatar
Total Posts 112

After upgrade Image Gallery displays lots of thumbnails but only one image.

Howdy Y'all;

Upgrading from version 2.2.5.8 MSSQL 5/21/2008 to mojoportal-2-2-7-3-mssqlreleasefiles.zip my Image Gallery no longer displays the image when clicking on the thumbnail. At http://artofhelenbrewer.com/cms/gallery.aspx I got really nice thumbnails and one image larger. When I click on a thumbnail it used to display the thumbnail as the larger image, but now nothing happens.

Any thoughts you have are very much appreciated,
Dale E. Moore

10/3/2008 6:43:40 AM
Gravatar
Total Posts 18439

Re: After upgrade Image Gallery displays lots of thumbnails but only one image.

Hi Dale,

I confirm this seems like some kind of bug as I saw the same problem on this page: http://www.mojoportal.com/gallery.aspx

If you click the gear icon for module settings and uncheck the "Use Compact Mode" setting, then at least the images are shown when clicked.

The weird thing is I can't so far reproduce it on my local machine, it seems to work with a new gallery, but somehow broke existing ones.

I will look further into this as soon as I can.

Best,

Joe

10/3/2008 7:02:13 AM
Gravatar
Total Posts 112

Re: After upgrade Image Gallery displays lots of thumbnails but only one image.

Hi Joe;

NOT Compact Mode helps!

Thanks,
Dale

10/3/2008 3:21:08 PM
Gravatar
Total Posts 18439

Re: After upgrade Image Gallery displays lots of thumbnails but only one image.

I figured out what the issue is. Since we are now using postbacks with ajax, we can't use output caching. So for new instances of gallery the default cache timeout is 0 but for existing ones it has the old cache timeout of 360 so you need to change it to 0. Click the gear icon next to the title of the gallery to get to module settings, on the  General tab set Cache Timeout = 0 to fix it.

Best,

Joe

10/3/2008 6:41:07 PM
Gravatar
Total Posts 112

Re: After upgrade Image Gallery displays lots of thumbnails but only one image.

And viola, it works perfectly:)

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