Page 1 of 1

Re: IM works from Windows Command, but not from within PHP

Posted: 2007-10-22T10:40:12-07:00
by Bonzo
Try runing this code to find your path to convert then replace convert with the path this code returns.

Code: Select all

<?php
echo "<pre>";
system("type convert"); 
echo "</pre>";
?>

Re: IM works from Windows Command, but not from within PHP

Posted: 2007-10-22T19:25:10-07:00
by anthony
Also check out the other examples on IM setup on Bonzo's RubbleWeb site.
this includes methods for returning the error reports from the command, rather than going to the web server log file, which is not always accessible to users.