• Resolved Eduardo Lin

    (@edl2000)


    I am using Ubuntu 16.04 / Nginx 1.10 / PHP 7.0.8 / Curl7.47.0
    But I got this message

    Compress JPEG & PNG images: You are using an outdated platform (PHP 7.0.8-0ubuntu0.16.04.3 without curl) – some features are disabled

    The compress function still working. Why I got this message?

Viewing 1 replies (of 1 total)
  • Plugin Author Tinify

    (@tinify)

    Hi Eduardo,

    Sorry for the delay in replying. According to that other post on this very forum you simply need to do these two steps:

    install php7 curl:
    sudo apt-get install php7.0-curl
    restart apache:
    sudo service apache2 restart

    Hope this helps!

    Kind regards,

    Arthur

Viewing 1 replies (of 1 total)

The topic ‘Got some warning message.’ is closed to new replies.