• Some 6 months after a problem with PHP 7.2 was first reported, it is still not fixed – see the support forum. It looks this plugin was never tested with PHP 7.2 even though the claim is made that it works with all levels.

    I had to fix it myself on our website. The problem is that it still uses the deprecated function create_function. I’ve put some more details of the fix into the support forum. If you look at the PHP manual, you will see that the use of create_function is deprecated as of 7.2, and the use is highly discouraged. See https://php.net/manual/en/function.create-function.php

  • The topic ‘Not compatible with PHP 7.2 – poor support’ is closed to new replies.