Hi All,

I also installed the image module into my drupal 4.5.0 site.【IIS+PHP5+MYSQL5+imagemagick6】

I can upload image but can't save thumbnail image and resized image.

* Cannot save thumbnail image to images/thumb_waters-28.jpg.
* Cannot save resized image to images/thumbs/waters-28_640x480.jpg.

please help me.

Thanks!
-Reading

Comments

sepeck’s picture

The most common problems are permissions and file paths
Make sure the directories exist as subfolders of the Drupal site.
Make sure that IUSER_Server name account has Create access on those directories
Make sure that the path to ImageMagic\convert.exe has the no spaces
Make sure you use the FULL path to convert.exe (ie- d:\apps\imagemagic\convert.exe)

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

reading’s picture

Thanks for your advice. :)
I check it. All is ok.

I still can't upload the thumbnail image and resized image except the original Image.
:``(

sepeck’s picture

I shall assume you have an image taxonomy.

Last one I was reminded of is to give IUSR_SERVERNAME read and execute permission to c:\windows\system32\cmd.exe

-sp

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

reading’s picture

Thank you very much ~~~~!!!!!!!!

You must be my god! ^_^

The problem is "CMD.EXE "'s permission !!

Now I can continue my drupal~~~ ^o^

sepeck’s picture

I actually learned that in a Gallery forum. I really need to submit a bug report and patch for the install instructions for the image.module

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

shengzhu’s picture

let me know how tolet me know how to give IUSR_SERVERNAME read and execute permission to c:\windows\system32\cmd.exe

thank you very much.