Git Product home page Git Product logo

Comments (3)

benbrignell avatar benbrignell commented on September 15, 2024

I'm running WordPress 4.0

from wordpress-to-jekyll-exporter.

ollietreend avatar ollietreend commented on September 15, 2024

@benbrignell it looks like you don't have PHP's ZipArchive extension enabled. It should come as standard with PHP 5.2+, but perhaps it's not enabled.

First, check whether it's enabled. Create a new PHP file called info.php. Open it in a text editor and enter the following:

<?php phpinfo(); ?>

Hit save and upload the file to your server. Navigate to that page in your browser. You should see a bunch of info about your PHP installation. Look on that page (Ctrl + F) for a mention of ZipArchive.

If ZipArchive isn't mentioned on that info page, then you'll need to enable the PHP extension. The steps required to enable the extension will vary between different setups, but it will likely involve editing a php.ini file somewhere on your server.

This StackOverflow post asks the same question as you, and the author has posted an answer detailing how they solved it.

Let me know if that was of any help.

from wordpress-to-jekyll-exporter.

benbalter avatar benbalter commented on September 15, 2024

@benbrignell I believe this should now be fixed. We use Zippy, which doesn't rely on ZipArchive.

from wordpress-to-jekyll-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.