Image Magick Error to create thumbnail
Posted: Fri Dec 09, 2011 3:50 am
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.
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.