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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | import_html-inclusion-fix-2765605-4.patch | 582 bytes | cha0s |
Comments
Comment #2
hkirsman commentedThis even breaks many of our admin page - white page and nothing else.
Comment #3
hkirsman commentedCould 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.
Comment #4
cha0s commentedHere's the fix.