• Resolved bhammondCVL

    (@bhammondcvl)


    I am admin for a site that’s been using your ratings plugin for many months now, and it’s worked great. But recently I noticed a large error log has been accumulating at /gd-star-rating/css/error_log. It consists of many lines like the following:

    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

    What are these errors (and why are they in a CSS folder?) and how can I resolve the issue?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    My plugin is not using imagick library, so I am 100% sure that these errors are not related to my plugin. Maybe you have some other plugin using this library and maybe trying to optimize images referenced in CSS (some cache plugin maybe). You need to determine which plugin you have is using this library and for what purpose.

    But, the error logged points to the issue with this library on your server (mismatched library version).

Viewing 1 replies (of 1 total)
  • The topic ‘PHP warnings about imagick?’ is closed to new replies.