I get the following error when trying to run an import on a single document (during a full import, not a demo):

Object of class DOMDocument could not be converted to string in /usr/share/drupal-5.1/modules/import_html/import_html.module on line 2341.

I am running Drupal 5.1 on PHP 5.2.1.

CommentFileSizeAuthor
#1 rewrite_links_fix.patch600 bytesDanLipsitt

Comments

DanLipsitt’s picture

Status: Active » Needs review
StatusFileSize
new600 bytes

This patch should fix it.

dman’s picture

Status: Needs review » Fixed

OK. That makes sense. Possibly to do with the PHP version, I've only tested up to PHP 5.1.2, and XSL handling keeps changing :-}

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)