Problem with ImageMagick-6.4.8-5 and eZPublish 4.0 : Error 1
Posted: 2009-01-23T03:38:05-07:00
Hello,
I installed ImageMagick and eZPublish on ubuntu server 6.4.
I follow these installation instructions : http://www.randycullom.com....
When I add a new article (text and picture) in eZPublish, I don't see the picture !
When I activate the output debug, I've got this message :
The image (test2201.jpg) is in the directory.
All the rights are 777 for the website directories, the files, convert, ...
I don't understand.
I try to execute in command line :
In the image directory, and I've got this message :
Any idea ?
Thanks.
Regards,
Olivier
I installed ImageMagick and eZPublish on ubuntu server 6.4.
I follow these installation instructions : http://www.randycullom.com....
When I add a new article (text and picture) in eZPublish, I don't see the picture !
When I activate the output debug, I've got this message :
Code: Select all
Warning: eZImageShellHandler::convert Jan 23 2009 10:31:47
Failed executing: /usr/local/bin/convert '-quality' '100' '-geometry' '296>' 'var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg' 'JPEG:var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201_img-left.jpg', Error code: 1
Error: eZImageManager::createImageAlias Jan 23 2009 10:31:47
Failed converting var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR/test2201.jpg to alias 'original' in directory 'var/ezwebin_site/storage/images/contenu/depeche/test2201/37757-4-fre-FR'
All the rights are 777 for the website directories, the files, convert, ...
I don't understand.
I try to execute in command line :
Code: Select all
/usr/local/bin/convert -quality 100 -geometry 296 test2201.jpg
Code: Select all
convert: MissingAnImageFilename `test2201.jpg' @ convert.c/ConvertImageCommand/2756.
Thanks.
Regards,
Olivier