The latest Drupal core update (7.50) produced this warning message on our sites with Import HTML enabled:

"User warning: The following module is missing from the file system: xml-transform."

We traced it to your module, perhaps here in xml-transform.inc, line 19:

if (defined("DEBUGLEVEL")) {
module_load_include('inc', 'xml-transform', 'debug');
}

Since we are not currently using the module, we just disabled for now.

CommentFileSizeAuthor
#4 import_html-inclusion-fix-2765605-4.patch582 bytescha0s

Comments

willabby created an issue. See original summary.

hkirsman’s picture

This even breaks many of our admin page - white page and nothing else.

hkirsman’s picture

Could be that this module does not exist anymore https://www.drupal.org/project/projectapplications/issues/1477164 ? There's a link in the description that does not work. Here you don't have link at all https://www.drupal.org/u/donpwinston the the module title is there.

cha0s’s picture

StatusFileSize
new582 bytes

Here's the fix.