permission problems
Posted: 2011-09-19T10:24:18-07:00
I'm using ImageMagick 6.6.5-8 2011-02-14 Q16 on opensuse 11.4.
When using this command:
convert -resize 320x320 images/58/full/test.jpg images/58/320px/test320px.jpg
I get this error:
convert: unable to open image `images/58/320px/test320px.jpg': @ error/blob.c/OpenBlob/2584.
The folders are all within my apache htdocs, having all folders and files set to 0777. The owner is wwwrun:www.
The problem is, that imagemagick cannot create the folder 320px/, but if the folder exist, the image can be written.
So why isn't it possible to create a folder, even if all is set to 0777?
And what does @ error/blob.c/OpenBlob/2584 mean?
Hope you can help!
When using this command:
convert -resize 320x320 images/58/full/test.jpg images/58/320px/test320px.jpg
I get this error:
convert: unable to open image `images/58/320px/test320px.jpg': @ error/blob.c/OpenBlob/2584.
The folders are all within my apache htdocs, having all folders and files set to 0777. The owner is wwwrun:www.
The problem is, that imagemagick cannot create the folder 320px/, but if the folder exist, the image can be written.
So why isn't it possible to create a folder, even if all is set to 0777?
And what does @ error/blob.c/OpenBlob/2584 mean?
Hope you can help!