Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have the same recently arisen problem with convert (version ,6.8.9-9). I do not have root priviliges on my Ubuntu system (it is a department wide system run by admins), hence I cannot change the file /etc/ImageMagick-6/policy.xml. I tried to make a changed local copy of policy.xml and setting $MAGICK_CONFIGURE_PATH to the current dir ".", but the system file seems to be loaded last (as "convert -list policy" shows), hence overwriting my changed permissions. It seems really strange that I suddenly cannot invoke convert anymore for my pdf to png conversion (without asking the admins to change the global policies). Is there no way around that?
The policy for PDF was recently added due to recently uncovered security issue with the processing of PDF by Ghostscript. Though I hear that the Ghostscript issue may have been fixed subsequently. So you likely need to bring that to the attention of your hosting provider and see if they will edit the policy.xml file to allow the reading of PDF files.