Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jp2112

    (@jp2112)

    Looks like it is working on your site?

    https://soderlind.no/projects/

    From what I found online, the webpage source for one of the plugins may have something encoded that is causing the error. In that case, I wouldn’t be able to do anything about it. Suggestions welcome.

    Thread Starter Per S?derlind

    (@pers)

    You could, after creating the DOM, set strictErrorChecking to false:

    // parse HTML response
          $dom = new DOMDocument();
          $dom->strictErrorChecking = false; // Throws DOMException on errors. Default to TRUE.
          $dom->loadHTML($response);
    Plugin Author jp2112

    (@jp2112)

    Can you add it to your copy and let me know if that fixes the error?

    Thread Starter Per S?derlind

    (@pers)

    Did, and it didn’t help :/

    Plugin Author jp2112

    (@jp2112)

    FYI I am planning to rewrite the plugin because scraping is frowned upon. www.remarpro.com has an API for getting this information. So this issue should simply disappear. I am going to mark this as resolved.

    I have had a similar error, how is the fix progressing?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error’ is closed to new replies.