I seem to remember having similar problems with ImageMagick.  Have you
checked the permissions on the directory this PHP file is running in? 
You'll probably need to give group write permissions, and make sure
the directory is in the same group that PHP is running under so that
it has permission to create files in the directory.  You may also need
to specify a full path in the command (ie, something like
/usr/bin/convert or whatever it is)


On Tue, 29 Jun 2004 11:40:47 -0400, Edward Peloke <[EMAIL PROTECTED]> wrote:
> 
> I changed 200 x 200 to 200x200 and it still doesn't work.  I also checked
> and safe_mode is OFF.
> 
> Thanks,
> Eddie

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to