Im having some problems with Apache each time I try to create thumbs with Shows.
This is the code:
Code: Select all
system("/usr/bin/convert $file1 -bordercolor white -border 6 -bordercolor grey60 -border 1 -background black \( +clone -shadow 60x4+4+4 \) +swap -background none -flatten $file3");
Nothing happens, no error message nothing. The file is not created. But if I execute that file.php from the command line, the file is created.
Now, I thought it might be a permision issue, but its wird, beause if I remove this part from the command: \( +clone -shadow 60x4+4+4 \) +swap
then the code works, so clearly I can execute convert from apache, it just that some of the options are allowed and in this case -shadow is not...
So the question is, Does anyone knows why that particular option can be affected being called from Apache?
Hope that some can help me.
Regards
Tomas