I have just installed image.module on Drupal 4.7.2 and simply cannot get it to work properly.
The upload box is visible both in Content>Images and in my HTMLarea WYSIWYG. I can browse and select an image to upload, but nothing happens when I click "upload".
I am running Drupal on WAMP server under Windows XP for development purposes. I have enabled the php_imagick.dll in PHP server, just in case it's needed. I have also installed ImageMagick for Windows, again just in case it's needed. I don't think I need either of them, and they don't make any difference.
I have set the images module to upload to "files/images" and all users have full permissions on that folder.
What have I left out or forgotten to do?
Tony
Comments
Is the path right?
Default image path:
Subdirectory in the directory "files" where pictures will be stored. Do not include trailing slash.
Check that setting. Is it set to "files/images" or just "images"? Should be just "images"
Also check the paths in admin/settings -> File System Settings. Defaults are "files" and "/tmp". Be sure those are set right.
-- Ben