Did you also install Ghostscript? I have "ghostscript9-nox11-9.06" installed which is a dependency of Imagemagick. Maybe with PHP-FPM (which uses the 'www' user with a limited shell) ghostscript isn't accessible? But it is accessible when I run the script from the commandline? EDIT Does Imagick ...
I can't seem to get PDFs to load when running a script using PHP-FPM. Any help would be greatly appreciated. Thanks, SPECIFICATIONS OS ~ FreeBSD 10 64bit PHP ~ 5.5.14 ImageMagick ~ 6.8.9.4 Pecl-Imagick ~ 3.1.2 TEST SCRIPT <?php $path = '/tmp/in.pdf'; $pdf = new Imagick($path); $pdf->setImageFormat ...