I am sorry if I did not see the right solution in the whole Forum but I have the following problem ...
When I try to upload images I become those warings ...
\include\picmgmt.inc.php
Notice line 205: Undefined index: OS
Warning line 210: exec() [function.exec]: Unable to fork [c:/ImageMagick/convert -quality 80 -antialias -geometry 150x200 "D:\WWWServer\PHP\cpg144\.\albums\edit\mHTTP_temp_64405029.jpg" "D:\WWWServer\PHP\cpg144\.\albums\edit\preview_0e6370bd.jpg"]
Warning line 219: shell_exec() [function.shell-exec]: Unable to execute 'c:/ImageMagick/convert -quality 80 -antialias -geometry 150x200 "D:\WWWServer\PHP\cpg144\.\albums\edit\mHTTP_temp_64405029.jpg" "D:\WWWServer\PHP\cpg144\.\albums\edit\preview_0e6370bd.jpg" 2>&1'
Warning line 225: unlink(./albums/edit/preview_0e6370bd.jpg) [function.unlink]: No such file or directory
\include\functions.inc.php
Notice line 2662: Undefined variable: i
Can anyone help me?
Use GD instead of ImageMagick then.
GD is not support with PHP 5 on a Windows server.
Who says so?