Tagged: php
I’ve been getting this error message in my wp-content/themes/enfold/framework/php/error_log
[05-Aug-2018 11:11:52 America/Denver] PHP Warning: PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
Is this something you can help me fix?
Hey ricedean,
No, this needs to be done by the server administrator/hoster. The error indicates your php version is not compatible with the installed imagick module and you need to install a compatible version. More information can be found here: https://stackoverflow.com/questions/46251863/2-php-startup-imagick-unable-to-initialize-module-module-compiled-with-api-2 but the solution really depends on the server OS and software you use.
Best regards,
Dude
Thank you for steering me in the right direction. What version of PHP would be compatible with the installed imagick module?
Hi,
20100525 is extension of PHP 5.4 and 20131226 is for PHP 5.6. Your current PHP version is 5.6.32. If you downgrade your PHP version, you may have compatibility issues with WordPress, plugins and Enfold, as minimum recommended version for WordPress is 5.6.
Cheers!
Yigit
Hi,
Ok, I’ll leave this thread open for now.
Best regards,
Dude