Giter VIP home page Giter VIP logo

Comments (2)

fabianmichael avatar fabianmichael commented on May 27, 2024

Hi @beelaineo, sorry for my late reply. I’ve been on a longer vacation over the last month, but now I’m finally back!

Can you tell me which PHP version is running on the server? Might be related to that …

The apicrawlerresponse.php tests whether the necessary class DOMDocument (part of libxml) exists by calling !class_exists('\DOMDocument'). If this test fails, the Exception you saw will be thrown and thus crawling fails. Maybe you could test this condition in another script file or try to use a simple libxml example from the PHP docs to check if libxml is working properly on your server?

from kirby-imagekit.

beelaineo avatar beelaineo commented on May 27, 2024

Just seeing this, sorry! I ended up not using ImageKit on that project but if I run into the problem again I'll follow up here.

On an unrelated (but hopefully helpful to someone) note, since starting developing sites using Kirby approximately 6 months ago, the 2 biggest frustrations I had and solved were both problems caused by my own local dev environment: 1) iCloud drive removing assets and files to the cloud in the middle of developing local sites (never use iCloud drive! LOL), 2) PHP command line server not supporting AJAX files (after moving to MAMP everything was spiffy)

from kirby-imagekit.

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.