• Resolved jdnn

    (@habannah)


    Hi there,

    Thanks for the latest update. Things are working better now πŸ™‚ I just noticed these errors in my PHP error log today, though:

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: div line 4 and p in Entity, line: 33 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: fullContent line 1 and div in Entity, line: 125 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 125 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: div line 4 and p in Entity, line: 26 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: fullContent line 1 and div in Entity, line: 190 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    [08-Jan-2016 13:13:13 UTC] PHP Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 190 in /wp-content/plugins/pressforward/includes/readable.php on line 258

    I’m wondering if you can help me fix this. I’m not really sure what the errors mean… Thanks!!

    https://wordpress.org/plugins/pressforward/

Viewing 1 replies (of 1 total)
  • Plugin Author Aram Zucker-Scharff

    (@aramzs)

    Hi Julie,

    Thank you for reporting this. This isn’t actually PressForward, though we generate these errors. These types of PHP errors occur when PressForward attempts to open a page and process it through readability but there is invalid HTML on that page. This happens all over the web, as people often make mistakes or implement non-standard formats in their HTML, but isn’t dangerous and doesn’t usually even prevent Readability from pulling the page, it just means that that website has some problems that PHP and our code doesn’t process because it is invalid HTML.

    I too prefer to have an empty error log, but I’m afraid that these errors are unavoidable when interacting with the wider web. If you see what websites you are pulling from that trigger them, you should report the HTML issues to the webmasters of those sites though, so they can fix their HTML.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Errors’ is closed to new replies.