I' ve read http://drupal.org/node/140401 and have the same problem.

I have Drupal 5.1, and image module 5.x-1.x-dev 2007-Jul-05 99.8 KB

in my Image toolkit page I can see: No image toolkits found. Drupal will use PHP's built-in GD library for image handling.
and in log: GD library bundled (2.0.34 compatible)

path in http://drupal.org/node/142178 don't not solve that specific problem either.

When I create image content type I have Unable to create scaled Thumbnail image. How can I fix it ?

CommentFileSizeAuthor
#3 errorimg.jpg34.63 KBmysocom

Comments

drewish’s picture

i appreciate you searching for existing issues. if you find one that matches your problem, rather than opening a new one and referencing it, the best thing is to do is follow up on the existing issue. it might have been a bit confusing since that issue was marked fixed but i've re-opened that since it seems like several people are still encountering it. so, i'm going to mark this as a duplicate of: http://drupal.org/node/140401 .

perhaps you could also test out the patch on: http://drupal.org/node/156127 ?

drewish’s picture

Status: Active » Closed (duplicate)

forgot to change the status

mysocom’s picture

StatusFileSize
new34.63 KB

Yes it is duplicate of 140401. I'm sorry. But Was it fixed ? How ?

1 I have applied image_156127_0.patch to a 5.1.3 installation of image.

shell output:

patching file image.module
Hunk #1 FAILED at 115.
Hunk #2 FAILED at 133.
Hunk #7 FAILED at 369.
Hunk #10 FAILED at 768.
Hunk #11 FAILED at 795.
Hunk #12 succeeded at 853 (offset 22 lines).
Hunk #14 succeeded at 886 (offset 22 lines).
Hunk #15 FAILED at 911.
Hunk #16 FAILED at 943.
7 out of 16 hunks FAILED -- saving rejects to file image.module.rej
patching file contrib/image_import/image_import.module
vlad@coder:/var/www/users/vlad/ambarclub/sites/all/modules/image$
vlad@coder:/var/www/users/vlad/ambarclub/sites/all/modules/image$ patch -p0 < image_156127_0.patch
patching file image.module
Hunk #1 FAILED at 115.
Hunk #2 FAILED at 133.
Hunk #3 FAILED at 170.
Hunk #4 FAILED at 186.
Hunk #5 FAILED at 301.
Hunk #6 FAILED at 319.
Hunk #7 FAILED at 369.
Hunk #8 FAILED at 607.
Hunk #9 FAILED at 619.
Hunk #10 FAILED at 768.
Hunk #11 FAILED at 795.
Hunk #12 FAILED at 831.
Hunk #13 FAILED at 846.
Hunk #14 FAILED at 864.
Hunk #15 FAILED at 889.
Hunk #16 FAILED at 921.
16 out of 16 hunks FAILED -- saving rejects to file image.module.rej
patching file contrib/image_import/image_import.module
Reversed (or previously applied) patch detected!  Assume -R? [n]
Apply anyway? [n] n
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file contrib/image_import/image_import.module.rej

2 Run the update.php script.

and have the same problem
(screenshot is in attachment)

in my /files/images
-rw-rw-r-- 1 nobody nobody 4758 Jul 5 16:46 44_0.jpg
-rw-r--r-- 1 nobody nobody 0 Jul 5 16:46 44_0.preview.jpg
-rw-r--r-- 1 nobody nobody 0 Jul 5 16:46 44_0.thumbnail.jpg

priview and thumbnail has 0 size!

thanks for your help

drewish’s picture

when an issue is marked as a duplicate and a link is given to another issue it's better to follow up on that issue rather than continuing on the duplicate issue.

that said it looks like you ran the patch twice. you only need to run them once... it looks like it didn't apply correctly the first time. perhaps you didn't have the latest version of -dev?