By robertdouglass on
The problem: preview or submitting an image upload produces no image - also no php errer. Log says 404 error: images/tmp/tmpthumb_d5d3d1889c7b5aede36427dcd5558b76.jpg not found
The html on the preview page contains the following broken link to the image:
<img class="image" src="http://www.kerryturner.com/?1840124573" />
Path to convert is correct, all image directories have 777 permissions.
The funny thing is, I developed this site on another server and migrated it to the production server. The code can't be *that* broken since I've already uploaded 100 images on the other server with the same scripts.
What php settings should I check? Is there anything else I forgot? I thought I knew this module.
Comments
Imagemagick problem
It has to be an imagemagick problem since everything works fine with the other libraries. The only thing I can think of is the convert path, but I've checked that with ssh (/usr/lib/convert) so I don't know where it could go wrong. Any ideas?
- Robert Douglass
-----
visit me at www.robshouse.net
Try runnign convert on the co
Try runnign convert on the command line: /usr/lib/convert foo.jpg foo.gif
--
If you have troubles with a particular contrib project, please consider to file a support request. Thanks.
--
Drupal services
My Drupal services
Did that - it worked
Thanks for the tip. I already tried it - it works fine.
- Robert Douglass
-----
visit me at www.robshouse.net