Code Monkey home page Code Monkey logo

Comments (9)

GrahamCampbell avatar GrahamCampbell commented on June 19, 2024 1

Not sure what else we need to do regarding actually publishing this for use?

from bugsnag-wordpress.

GrahamCampbell avatar GrahamCampbell commented on June 19, 2024

Yeh, we just need to download the newest v2 from the PHP library.

from bugsnag-wordpress.

GrahamCampbell avatar GrahamCampbell commented on June 19, 2024

Wait, but actually, I already fixed this? b704bdb

from bugsnag-wordpress.

GrahamCampbell avatar GrahamCampbell commented on June 19, 2024

Guess we just need to release 1.3.0?

from bugsnag-wordpress.

GrahamCampbell avatar GrahamCampbell commented on June 19, 2024

#16

from bugsnag-wordpress.

mikebronner avatar mikebronner commented on June 19, 2024

I will give it a go using the dev-master to see if it works (I originally reported the issue a few days back) and let you know.

Update: I'm trying to reproduce the issue, but its not happening at the moment. Will keep trying.

from bugsnag-wordpress.

mikebronner avatar mikebronner commented on June 19, 2024

I was able to reproduce the issue again:

Fatal error: Uncaught TypeError: Argument 3 passed to Bugsnag_Error::fromPHPException() must be an instance of Exception, instance of Error given, called in /home/vagrant/Sites/maureentaylor.com/public/app/plugins/bugsnag/bugsnag-php/Client.php on line 360 and defined in /home/vagrant/Sites/maureentaylor.com/public/app/plugins/bugsnag/bugsnag-php/Error.php:31 Stack trace: #0 /home/vagrant/Sites/maureentaylor.com/public/app/plugins/bugsnag/bugsnag-php/Client.php(360): Bugsnag_Error::fromPHPException(Object(Bugsnag_Configuration), Object(Bugsnag_Diagnostics), Object(Error)) #1 [internal function]: Bugsnag_Client->exceptionHandler(Object(Error)) #2 {main} thrown in /home/vagrant/Sites/maureentaylor.com/public/app/plugins/bugsnag/bugsnag-php/Error.php on line 31

Here's the code that caused it, where $content is a snippet of HTML:

    $dom = new DOMDocument();
    $dom->loadHTML($content);

    $caption = $dom->documentElement();

    var_dump($caption); die();

from bugsnag-wordpress.

mikebronner avatar mikebronner commented on June 19, 2024

This is probably a duplicate of #13 and #14.

from bugsnag-wordpress.

kattrali avatar kattrali commented on June 19, 2024

Fixed via 1.2.0/1.3.0.

from bugsnag-wordpress.

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.