Check ImageMagick

This script is designed to examine your ImageMagick installation to see if it is ok to be used by Gallery. It really should be integrated into the config wizard, but one thing at a time. 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.

  1. Loading configuration files. If you see an error here, it is probably because you have not successfully run the config wizard.

  2. Let us see if we can figure out what operating system you are using.

    This is what your system reports:
    Linux spido.protagonist.nl 2.4.21-52.ELsmp #1 SMP Thu Sep 27 18:23:04 EDT 2007 i686 i686 i386 GNU/Linux

    This is the type of system PHP was compiled on:
    Linux spido.protagonist.nl 2.4.21-52.ELsmp #1 SMP Thu Sep 27 18:23:04 EDT 2007 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.

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

    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 () is not in your open_basedir list (specified in php.ini):

    So we can't perform all of our basic checks on the files to make sure that they exist and they're executable.

  4. We are going to test each ImageMagick binary individually. If you see errors, you should click here to see more details
    Checking /identify
    Error! (Expected status: 0, but actually received status: 127) 
    
    Checking /convert
    Error! (Expected status: 0, but actually received status: 127) 
    
    Checking /composite
    Error! (Expected status: 0, but actually received status: 127) 
    
    

    If you see an error above complaining about reading or writing to /tmp/gallerydbgknqee6, 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 4.4 to get more information.