"ImageColorAt() appears to be broken on this install" error message
Posted by Mark [Elevated X Support], Last modified by AJ Hall on 01 November 2017 03:28 PM
|
|
Problem: The error "ImageColorAt() appears to be broken on this install. Contact your host." appears in the admin panel. Reason: The software requires this function to be available and working for image processing. When this function is either unavailable or not functional, this error message will appear. Solution: The host will need to correct this within their install of PHP and the GD library. Test: Here's some PHP code that will test whether or not the ImageColorAt() function works properly: ===================== <?php | |
|