Closed (works as designed)
Project:
Import HTML
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 20:42 UTC
Updated:
4 Mar 2012 at 14:25 UTC
When I want to add/edit a blog entry, the upload of the changed page creates a WOD.
The error message is Fatal error: Call to undefined function content_types() in import_html/static/static.module on line 453 . The corresponding line looks like
$content_def=content_types($node->type);
Since $content_def is used only in lines beeing commented out, I'd expect this line to be part of some experiment. I commented out this line and it seems to work.
Comments
Comment #1
dman commentedDO NOT USE static.module. It's never been stable. The entire thing is experimental.
Bits of it are still probably not upgraded since a few versions back.
(that particular function though *does* work if the stars are aligned correctly - it just now needs some other library funcs to be initialized before that part of the code is hit. But - that path is deprecated.)