Check ImageMagick

This script is designed to examine your ImageMagick installation to see if it is ok to be used by Gallery.You should run this script after you have run the config wizard, if you have had problems with your ImageMagick installation that the wizard did not detect.

Loading configuration files. If you see an error here, it is probably because you have not successfully run the config wizard. OK
Let us see if we can figure out what operating system you are using.
This is what your system reports:


Warning: passthru() has been disabled for security reasons in /home/.destroyer/ozawa/public_html/light/gps/gallery/setup/check_imagemagick.php on line 89

This is the type of system on which PHP was compiled:

Linux zebes 2.6.24.2-grsec-p4-peon-1.1.2-grsec #1 SMP Wed Feb 20 15:30:29 PST 2008 i686

Make sure that the values above make sense to you.

Look for keywords like "Linux", "Windows", "FreeBSD" etc. in the output above.If both the attempts above failed, you should ask your ISP what operating system you are using.You can check via Netcraft, they can often tell you.

You told the config wizard that your ImageMagick binaries live here:

    /usr/bin

If that is not right (or if it is blank), re-run the configuration wizard and enter a location for ImageMagick.

Note: Your ImageMagick directory (/usr/bin) is not in your open_basedir list
    /dh/web/phpmyadmin:/tmp:/dh/solidclient:/usr/local/lib/php:/home
The open_basedir list is specified in php.ini.
The result is, that we can't perform all of our basic checks on the files to make sure that they exist and they're executable.
We are going to test each ImageMagick binary individually.

Warning: exec() has been disabled for security reasons in /home/.destroyer/ozawa/public_html/light/gps/gallery/platform/fs_unix.php on line 34

Warning: exec() has been disabled for security reasons in /home/.destroyer/ozawa/public_html/light/gps/gallery/platform/fs_unix.php on line 34
Checking: '/usr/bin/identify' Expected status: 0, but actually received status .
Checking: '/usr/bin/convert' Expected status: 0, but actually received status .
If you see an error above complaining about reading or writing to /home/ozawa/tmp/gallerydbgKA6Bhf then this is likely a permission/configuration issue on your system. If it mentions open_basedir then it's because your system is configured with open_basedir enabled. You should talk to your system administrator about this, or see the Gallery Help Page.

For other errors, please refer to the list of possible responses in FAQ C.2 to get more information.

Return to Configuration Wizard.