Page 1 of 1

Image Magick Error to create thumbnail

Posted: Fri Dec 09, 2011 3:50 am
by jeevanism
Hello to all,

this is my first visit on this forum. I have an issue. I have an application using php in which I have to create thumbnail of the uploaded images. I use imagemagic for this purpose using

shell_exec command.

the issue , when it tries to create thumbnail, it cannot create. getting an error as permission denied. with blob.c error

I tried to make chmod -R 777 to my htdocs. but the problem still persists....

any help would be greatly appreciated.

Re: Image Magick Error to create thumbnail

Posted: Fri Dec 09, 2011 11:02 am
by pickle
Show us the command you're using, as well as the entirety of the error message.

Re: Image Magick Error to create thumbnail

Posted: Wed Jan 18, 2012 8:32 pm
by jeevanism
thanx for response.. I solved it but putting execution permission to my php file which is calling imagemagick as shel_exec. hope things are ok now..