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

dman’s picture

Status: Active » Closed (works as designed)

DO 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.)