Can't install Visual Composer

Hi, 

I'm getting the following error when I try to install Visual Composer, or the other plugins that are downloaded from muffin when installing:

The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir 

Help forums seem to indicate that I should try manually uploading the plugin, however I can't download it from your site.  Thoughts on how to correct this?

Pete

Comments

  • HI,
    this error is mostly caused by not having CURL installed on your current PHP version. Please contact your hosting provider and have this resolved with him.
    thanks
  • Thanks!  That did the trick.  For those having similar issues, here is what I needed to do to install curl:

    sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

    sudo service apache2 restart



Sign In or Register to comment.