Tags:
create new tag
view all tags

SID-00605: ImageGallery - Error: no images found

Status: Answered Answered TWiki version: 4.3.2 Perl version:
Category: ImageGalleryPlugin Server OS: Last update: 14 years ago

Hi, ImageGallery doesn't show images (see headline) but the attached images are there and shows up after clicking on them. Installing again had got an error, ... that the Graphics::Magick Version is 1.1.7 and should/must be higher >1.1.11. That's the error-message from the "Configuration-Installer", Installer from within the shell shows NO error.

TWiki is running on a shared hosted installation and I couldn't update CPAN.

On a TWiki 4.2.2 (same shared host) is ImageGallery working fine?!

Any hints?

-- NorbertKress - 2009-11-02

Discussion and Answer

Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the TWiki consultants if you need timely help. We invite you to get involved with the community, it is more likely you get community support if you support the open source project!

-- PeterThoeny - 2010-01-03

I too have had this problem with version 3.73 of the plugin installed on TWiki 5.0.2.

I turned on the debugging for the plugin package TWiki::Plugins::ImageGalleryPlugin::Core and added a debug statement to print out the file suffix the plugin is expecting. For the file "2011-07-19_16.30.00.jpg" the pluging is looking for a file suffix that matches "30.00.jpg". In other words the suffix regex is greedy when I think it should be ungreedy. The suffix extracting regex is on line 115 of this package. With a slight modification, I've been able to get this to work for me.

orig: if ($attachment->{name} =~ /\.(.+?)$/) {

mine: if ($attachment->{name} =~ /.*\.(.+?)$/) {

-- JoshuaTharp - 2011-07-21

Thank you Joshua! I updated the plugin. Could you check the latest version at Plugins.ImageGalleryPlugin?

-- PeterThoeny - 2011-07-21

This is tracked in TWikibug:Item6772.

-- PeterThoeny - 2011-07-21

      Change status to:
ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
SupportForm
Status Answered
Title ImageGallery - Error: no images found
SupportCategory ImageGalleryPlugin
TWiki version 4.3.2
Server OS

Web server

Perl version

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2011-07-21 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.