Viewing 2 replies - 1 through 2 (of 2 total)
  • Inside wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php:
    Replace:

    abstract static function minify($content, $minifier, $options = array())

    with

    static function minify($content, $minifier, $options = array())
    {
       return $content;
    }

    Thread Starter sylviedanoy

    (@sylviedanoy)

    Kimberley, thanks for the quick reply. What does the error message really mean? Also, not used to editing files. Best practice would be to make a back up of the files first?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minify error message’ is closed to new replies.