Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40367
    Kiarra
    Guest

    Hello,

    I’ve been having issues with Plugin: post-and-page-builder, and the two errors that are giving me are:

    Warning (Suppressed): DOMDocument::loadHTML(): Tag article invalid in Entity, line: 73

    Warning (Suppressed): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 74

    I’ve tried a lot of stuff to fix it through finding similar problems like this, and I give up.

    How can I fix these errors?

    The theme I’m using is Feminine Pro by Volthemes.

    Thanks

    #40425
    Jesse Owens
    Keymaster

    Hi Kiarra-

    I sent you a reply to your forum topic on WordPress.org, but I’ll summarize it here as well.

    The error messages you have listed here are related to PHP’s XML parsing library not recognizing the HTML5 tags for

    and

    . Both of these tags are common in WordPress themes, and are valid HTML5 markup, but PHP uses a stricter XML parsing library.

    The Post and Page Builder itself doesn’t actually use these tags unless you’ve manually entered them into your post content, those are normally tags that are a part of the theme itself.

    All that being said, these are only warnings and shouldn’t actually be causing any noticeable problems for you. Can you describe the issues you’re experiencing, and the steps you take to get to the problem?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘PHP Errors DOMDocument::loadHTML(): Tag article invalid in Entity’ is closed to new replies.