scotteh/php-dom-wrapper

Uncaught Error: Call to a member function isRemoved() on null

Closed this issue · 2 comments

I am using this library. i didn't call any remove function pf this lib but it showing this error.
Uncaught Error: Call to a member function isRemoved() on null

I checked code line by line and found find('.classname')->html() function is giving this error.

i got the error while tracing back my document was empty. Raw data coming from database was null.