ZF-11888: Zend_Search_Lucene_Document_Html::loadHTML Problem
Description
Very similar to issue ZF-7856 which was resolved in version 1.9.4. When loading certain HTML (http://starfruit.champlain.edu/~huwiler/… contains the html that produces this error), the following fatal error is produced:
Fatal error: Call to a member function removeChild() on a non-object in /Users/huwilerm/Sites/Search/library/Zend/Search/Lucene\ /Document/Html.php on line 117
Comments
Posted by Matt Huwiler (matthuwiler) on 2011-11-14T15:03:16.000+0000
As with ZF-7856, commenting out the line causing trouble (117: $head->parentNode->removeChild($head);) seems to fix this issue...