Hi,
I am trying to gte the image module working for me. After following through all the forum discussions on drupal to get over the initial errors thrown. I installed ImageMagick. Yet I get the warnings:
* Unable to create thumbnail image
* Unable to create preview image
Your image was created.
I do not get ay other logs/errors. Administer/logs tells me the image is filed.
I have used ImageMagick-6.3.0 and the path variables are correctly set.
Unix recognizes the convert utility, it is at /usr/bin/ImageMagick-6.3.0/bin/convert. This path is also set in Administer/settings, the ImageMagick Toolkit is selected, Location of the "convert" binary=/usr/bin/ImageMagick-6.3.0/bin/convert.
In the includes directory within the drupal installation folder,
/app/www/html/drupal-4.6.3/includes/image.imagemagick.inc the convert utility location is updated correctly.
Also checked the file permissions for files/images as 777.
PHP settings:
The php.ini file reads:
; File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 2M ; Maximum allowed size for uploaded files
I am running php 5 and drupal 4.6.
Could anyone please help me out with this. I have used a PHP binary distribution and would not prefer recompiling php, refer http://drupal.org/node/73986#comment-129412