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:

    This is the type of system PHP was compiled on:
    Linux bluesky.entirelydigital.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64

    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.

  4. We are going to test each ImageMagick binary individually. If you see errors, you should click here to see more details
    Checking /usr/local/bin/identify
    Error! (File /usr/local/bin/identify does not exist.) 
    
    Checking /usr/local/bin/convert
    Error! (File /usr/local/bin/convert does not exist.) 
    
    Checking /usr/local/bin/composite
    Error! (File /usr/local/bin/composite does not exist.) 
    
    

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