Image Gallery - parameter not valid, plus a problem with the non-compact view

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.
4/1/2008 9:00:35 AM
Gravatar
Total Posts 20

Image Gallery - parameter not valid, plus a problem with the non-compact view

When trying to update an image in an image gallery, I received a "Parameter not valid" error. Tracing it through the code, I found it in the GalleryImage.cs, this line: Bitmap originalImage = new Bitmap(this.storageFolderPath + "FullSizeImages" + Path.DirectorySeparatorChar + this.imageFile);

I can add a new image, but I can't update one.

While researching this error, I went over to the demo.mojoportal.com site and tried the same thing. I received a custom error message, which I suspect means the same error is occuring there.

Also, and this too, I confirmed on the demo site, when you have non-compact mode selected and then pick an image other than the first one, it always shows the first one and you have to cycle through the list until you reach the one you intended to select.

If you need more details, please let me know.

4/2/2008 5:50:11 AM
Gravatar
Total Posts 18439

Re: Image Gallery - parameter not valid, plus a problem with the non-compact view

Hi,

Thanks for letting me know. This is now fixed in svn trunk and I plan to package a new release later today or tomorrow at the latest.

Best,

Joe

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