I've pared it down to a very simple script:
Code: Select all
<?php
system("/usr/bin/convert input.jpg output.png");
?>
I ran the debug script on Rubblewebs.co.uk. It looks like this is the problem:
input.jpg, and the directory in which it's located, are both 777. What's the next troubleshooting step for me? Thanks."convert: unable to open image `output.png': Permission denied."