Hallo zusammen
Ich möchte gerne als Test die Gallery2 installieren.
Die Installation ging auch einwandfrei, aber beim einstellen von ImageMagick bekomme ich ein fehler beim abspeichern des pfades c:\imagemagick .
Imagemagick läuft einwandfrei auf der gallery welche noch auf 1.5version ist. Nur mit 2.3 geht imagemagick nicht, ob wohl ich weder PHP noch ImageMagick was geändert habe.
Folgender Fehler erhalte ich. wäre toll, wenn jemand mir helfen kann
ImageMagick binary test results
Binary Name Pass/Fail
identify Failed
Error messages:
Problem executing binary:File does not exist
identify Failed
Error messages:
Problem executing binary:File does not exist
convert Failed
Error messages:
Problem executing binary:File does not exist
composite Failed
Error messages:
Problem executing binary:
Debug Output gallery2:
is_dir(c:\wtool\ImageMagick6_1_9Q16\)
Loading plugin imagemagick
imagemagick plugin successfully instantiated
Check the version of the imagemagick plugin
The version of the imagemagick plugin is ok
getcwd()
chdir(C:\web\gallery2\data\tmp\)
is_dir(c:\wtool\ImageMagick6_1_9Q16\)
file_exists(c:\wtool\ImageMagick6_1_9Q16\gm.exe)
file_exists(c:\wtool\ImageMagick6_1_9Q16\identify.exe)
Executing: cmd /c " "c:\wtool\ImageMagick6_1_9Q16\identify.exe"
"C:\web\gallery2\modules\imagemagick\data\test.gif" 2>
"C:\web\gallery2\data\tmp\g2d817.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\web\gallery2\data\tmp\g2d817.tmp)
filesize(C:\web\gallery2\data\tmp\g2d817.tmp)
unlink(C:\web\gallery2\data\tmp\g2d817.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
is_dir(c:\wtool\ImageMagick6_1_9Q16\)
file_exists(c:\wtool\ImageMagick6_1_9Q16\gm.exe)
tempnam(C:\web\gallery2\data\tmp\, imgk_)
file_exists(c:\wtool\ImageMagick6_1_9Q16\convert.exe)
Executing: cmd /c " "c:\wtool\ImageMagick6_1_9Q16\convert.exe"
"-size" "200x200" "-geometry" "200x200"
"C:\web\gallery2\modules\imagemagick\data\test.gif"
"gif:C:\web\gallery2\data\tmp\img818.tmp" 2>
"C:\web\gallery2\data\tmp\g2d819.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\web\gallery2\data\tmp\g2d819.tmp)
filesize(C:\web\gallery2\data\tmp\g2d819.tmp)
unlink(C:\web\gallery2\data\tmp\g2d819.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
unlink(C:\web\gallery2\data\tmp\img818.tmp)
is_dir(c:\wtool\ImageMagick6_1_9Q16\)
file_exists(c:\wtool\ImageMagick6_1_9Q16\gm.exe)
file_exists(c:\wtool\ImageMagick6_1_9Q16\combine.exe)
file_exists(c:\wtool\ImageMagick6_1_9Q16\composite.exe)
file_exists(c:\wtool\ImageMagick6_1_9Q16\composite.exe)
is_dir(c:\wtool\ImageMagick6_1_9Q16\)
file_exists(c:\wtool\ImageMagick6_1_9Q16\gm.exe)
tempnam(C:\web\gallery2\data\tmp\, imgk_)
Executing: cmd /c " "c:\wtool\ImageMagick6_1_9Q16\composite.exe"
"-geometry" "+0+0"
"C:\web\gallery2\modules\imagemagick\data\test.jpg"
"C:\web\gallery2\modules\imagemagick\data\test.gif"
"gif:C:\web\gallery2\data\tmp\img81A.tmp" 2>
"C:\web\gallery2\data\tmp\g2d81B.tmp" "
getParameter exec.expectedStatus for core plugin
file_exists(C:\web\gallery2\data\tmp\g2d81B.tmp)
filesize(C:\web\gallery2\data\tmp\g2d81B.tmp)
unlink(C:\web\gallery2\data\tmp\g2d81B.tmp)
Regular Output:
Error Output:
Status: 1 (expected 0)
unlink(C:\web\gallery2\data\tmp\img81A.tmp)
chdir(C:\gallery2)
system Info
windows srv2003 sp2
iis 6.0
php 4.48
mysql: 4.0
ImageMagick: 6_1_9Q16
alte gallery: gallery.menalto.com V 1.5
Posts: 17
looks like 1 of the following;
1. you need to set the permissions on the Imagemagick install directory.
2. I thought that your version of Imagemagick didn't work with IIS6.
another side note, you may want to upgrade PHP to v5.2.10
this works for me
Jason