Meine php_error. log wächst und wächst und ist schon nach kurzer Zeit bei >300MB. Normal ist das nicht, oder?
Was soll denn das bedeuten:
...: Tag header invalid in Entity, line: 91
...: Tag nav invalid in Entity, line: 212
...: Tag aside invalid in Entity, line: 369
...: Tag section invalid in Entity, line: 392
Mein Code ist sauber und es fehlen auch nicht irgendwelche schließenden HTML-Tags.
Kann mir hier evtl. jemand weiterhelfen? Was kann man dagegen machen?
Hier ein Auszug aus der php_error.log
Was soll denn das bedeuten:
...: Tag header invalid in Entity, line: 91
...: Tag nav invalid in Entity, line: 212
...: Tag aside invalid in Entity, line: 369
...: Tag section invalid in Entity, line: 392
Mein Code ist sauber und es fehlen auch nicht irgendwelche schließenden HTML-Tags.
Kann mir hier evtl. jemand weiterhelfen? Was kann man dagegen machen?
Hier ein Auszug aus der php_error.log
Code:
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag header invalid in Entity, line: 91
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 212
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 217
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 218
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag aside invalid in Entity, line: 369
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 392
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 397
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 399
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag footer invalid in Entity, line: 439
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 557
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 570
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 583
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 596
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 619
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 634
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 649
[2017-08-17 15:37:49] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 664
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag header invalid in Entity, line: 91
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 212
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 217
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 218
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag aside invalid in Entity, line: 369
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 392
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag nav invalid in Entity, line: 397
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 399
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag footer invalid in Entity, line: 439
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 557
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 570
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 583
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 596
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 619
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 634
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 649
[2017-08-17 15:37:52] (E_WARNING) File (/var/www/clients/client8/web21/web/includes/libs/phpQuery/phpQuery/DOMDocumentWrapper.php, 284): DOMDocument::loadHTML(): Tag section invalid in Entity, line: 664