I am running a PHP based web site and have just moved to a Windows server
I can't get Imagemagick to work in PHP.
It works from the command line.
I don't have access to the server other than a simple control panel but I can pass info onto the administrator (who also happens to be my buddy)
running the test page gives me this
Warning: exec() [function.exec]: Unable to fork [convert -version] in D:\home\Customers\virtuallyinsane.com\htdocs\test\test.php on line 11
Version return code is -1
test being
<html> <head> <title>Test for ImageMagick</title> </head><body> <br /><b>Warning</b>: exec() [<a href='function.exec'>function.exec</a>]: Unable to fork [convert -version] in <b>D:\home\Customers\virtuallyinsane.com\htdocs\test\test.php</b> on line <b>11</b><br />Version return code is -1 <br><ul></ul> </body> </html>
The web based php script has a page to put the path in for Imagemagick but when I do it can't find it, it tell me the path isn't valid (my admin says I shouldn't need the path anyway as it should work from anywhere)
Any help appreciated