Author Topic: Error creating thumbnail! with ImageMagick  (Read 3222 times)

0 Members and 1 Guest are viewing this topic.

Offline LeiPostma

  • Pre-Newbie
  • Posts: 2
    • View Profile
Error creating thumbnail! with ImageMagick
« on: August 01, 2009, 12:39:36 PM »
I'm running 4ImagesGallery 1.7.7 on W2K SP4 under IIS PHP 5.2 and MySQL 5.0.

I'm having a problem with the implementation of the autothumbnailer: I installed ImageMagick and linked to the convert.exe in 4Image. When I use the admin tool to create the thumbnails I can I get a list of the uploaded files when clicking check thumbnails. When I click Create thumbnails I get "Error creating thumbnail!" message for all the selected images.

As far as I overlook the situation I put full controll on all relevant folders but as I'm new to this I still have the feeling it might be a security issue with files and or folders.

Can anybody shine some light in my dark?

Regards, Leon

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Error creating thumbnail! with ImageMagick
« Reply #1 on: August 01, 2009, 06:29:43 PM »
Hello and welcome to 4images forum.

What is the path to convert.exe do you use?

Some people reported that they had to use double back slashes: C:\\ImageMagick\\convert.exe
other reported that they had to install IM into a folder, so there was no spaces in the path (i.e. C:/Program Files/ImageMagic/convert.exe didn't work)

If changing path didn't help, try [MOD] Batch Copy/Move/Edit Images, it might reveal more details about the error.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline LeiPostma

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Error creating thumbnail! with ImageMagick
« Reply #2 on: August 01, 2009, 11:06:24 PM »
You're the MAN!

The double \\ weren't the problem. But reinstalling into a path without spaces worked.

Thanks!

I guess it's stlll good practice to avoid spaces etc. in file names and folders