I've looked thru the forums for an answer on this and didn't find one.
I have installed Drupal 4.3.1 and ater I got it working I then installed the images.module for 4.3.0. Win2k Server running Apache2, mysql 4.0.15, PHP 4.3.3.
for configuring the images.module I used:
Default image path: images/
Default thumb path: images/thumbs/
Temporary image path: images/temp/
I've made sure that these directories exist.
for the image library I used imagemagick Version: ImageMagick 5.5.7 07/22/03
located at: c:/Program Files/ImageMagick/convert.exe
and jhead path of: c:/netpbm/jhead.exe (Yes, its in there)
I have a Gallery Navigation Vocabulary: of "Images"
F:\blogsite\drupal is the docroot for the virtual host http://blog.thetinfoilhat.com
When I attempt to upload an image it appears to work until I getthis error message:
warning: rename(images/temp/tmpthumb_65969a52c869c0cf4602e2444b002796.jpg,images/thumbs/thumb_65969a52c869c0cf4602e2444b002796-10.jpg): No such file or directory in F:\blogsite\drupal\modules\image.module on line 697.
followed by the message: Cannot save image.
If I look at these directories I have a file images\65969a52c869c0cf4602e2444b002796.jpg in the directory but no thumb for that file in the thumbs directory and no file in the temp directory.
If I examine the image table in the database it exists fine but empty.
I'd like to stop banging my head on the wall now and move on to adding some of the other stuff, so if someone can tell me the secret chant or where to buy a better set of ju-ju beads to make this work I'd sure appreciate it.