• Warning: DOMDocument::loadHTML(): Unexpected end tag : span in Entity, line: 38 in /…/wp-content/plugins/gonzales/includes/classes/class-assets-manager-global.php on line 716

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Temyk

    (@webtemyk)

    Hello.

    This means that your page does not have a valid HTML – the closing span tag is missing

    Thread Starter Aleksandr

    (@aleksandrx)

    Maybe add @? @$doc->loadHTML($matches[0]); What do you think?

    Plugin Support Temyk

    (@webtemyk)

    Using @ in the code, this is bad form. You can fix the error in the page markup, or disable the error display

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP error’ is closed to new replies.