Upload problem on CPG1.4.4 / IIS6 / PHP 5.0 Upload problem on CPG1.4.4 / IIS6 / PHP 5.0
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Upload problem on CPG1.4.4 / IIS6 / PHP 5.0

Started by stanny, February 27, 2006, 03:08:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

stanny

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?


Joachim Müller


thrdgeek

GD is not support with PHP 5 on a Windows server.

Joachim Müller