• Resolved renisauria

    (@renisauria)


    I was using PHP version 7.2, and decide to upgrade to PHP 7.4. Everything was working fine until I upgraded. After the upgrade, I got this error:

    Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /wp-content/plugins/fast-velocity-minify/libs/matthiasmullie/minify/src/CSS.php on line 518

    Any ideas how this can be solved? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    I would say the majority of plugins and themes are not yet ready for PHP 7.4 but thanks for reporting.

    The deprecated notice comes from HP Minify, included on FVM.
    The author of that library will have to release an update first before it can be updated on FVM.
    https://github.com/matthiasmullie/minify/issues/293

    When it’s working, I’ll push the update.
    Thanks

    Plugin Author Raul P.

    (@alignak)

    The updated PHP Minify library will be updated on the next release. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on PHP 7.4’ is closed to new replies.