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 web161.extendcp.co.uk 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 x86_64 x86_64 GNU/Linux

    This is the type of system PHP was compiled on:
    Linux web161.extendcp.co.uk 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 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/bin/identify
    Ok!  Version: ImageMagick 6.9.12-93 Q16 x86_64 17898
    
    Checking /usr/bin/convert
    Ok!  Version: ImageMagick 6.9.12-93 Q16 x86_64 17898
    
    Checking /usr/bin/composite
    Ok!  Version: ImageMagick 6.9.12-93 Q16 x86_64 17898
    
    

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