Search found 1 match
- 2016-03-31T19:09:57-07:00
- Forum: Bugs
- Topic: [SOLVED] Cannot load PDF with PHP-FPM
- Replies: 4
- Views: 19953
Re: [SOLVED] Cannot load PDF with PHP-FPM
I too am having a similar problem but this fix is not working for me. Can someone please point in the right direction? I'm currently exploring file permission issues, but changed file and folder permissions to 0755 w/ same result TEST SCRIPT <?php $image = new Imagick('images/test.pdf'); $image ...