Every time I publish a blog post I keep getting the following error:
Why does this error happen? How to fix this?Code:object(DOMNodeList)#45 (0) { }
| SitePoint Sponsor |
Every time I publish a blog post I keep getting the following error:
Why does this error happen? How to fix this?Code:object(DOMNodeList)#45 (0) { }


Doesn't look to be an error, but rather the output of var_dump(). I'd scan any plugins you have for the function var_dump and comment it out.
Bookmarks