Hey!
I recently installed ImageMagick, to auto-generate thumbnails of uploaded files, but I cant get it to work through PHP.
Through the Terminal it works perfectly, but the same commands supplied through PHP (using exec(), system(), shell_exec() etc.) produces no result.
I suspect it to be a 'privilege'-problem, because other operations, e.g. exec('ls -l'), works just fine.
I've tried 'chmod'ing' back and forth, without luck.
I use absolute URLs to both the app and the image to be converted.
My setup: PHP 4.2.3 running under OSX 10.1.5.
I really hope someone can help! Thanx!
Regards,
OJ :-)