james - 2014-12-21 14:05:06
21-Dec-2014 13:58:54 UTC] PHP Catchable fatal error: Argument 1 passed to DOMDocument::importNode() must be an instance of DOMNode, null given, called in /home/spang/public_html/epub/EPub.php on line 361 and defined in /home/spang/public_html/epub/EPub.php on line 732
This only happens when I try to add an image in a chapter
I have parsed the HTML file to split it inot chapters
$names array is the chapter list
$chap is the name+html and $Chp is the content
when I hit a <IMG > Tag it tries the following line to add the reference
$book->addChapter($names[$i], $chap, $chp, true, EPub::EXTERNAL_REF_ADD);
any ideas?