array(4) { ["type"]=>  int(1) ["message"]=>  string(45) "Call to undefined function debug_set_level()" ["file"]=>  string(97) "/var/www/***/sites/all/modules/import_html/static/static.module" ["line"]=>  int(29) } n/a

Comments

dman’s picture

Status: Active » Fixed

Yeah.
Don't use the 'static' module at all. It's experimental, and hasn't been reviewed since deadwood automatically 'upgraded' it to D6.
I've committed a vague patch to -dev that should at least stop it from chucking errors, but seriously, just don't use it.
It's bitching because I renamed the 'debug' function into a better namespace, but didn't update unused code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.