Comment to 'PHP Fail'
Comment to PHP Fail
  • Looks like you do not have the ZIP module correctly installed:

    sudo apt-get install -y php-zip
    

    Then restart your Webserver:

    service apache2 restart