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.
Image Magick Error to create thumbnail
Moderator: General Moderators
Re: Image Magick Error to create thumbnail
Show us the command you're using, as well as the entirety of the error message.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Image Magick Error to create thumbnail
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..