The drupal watchdog tables 'type' column is a varchar (16), but "delete_orphaned_terms" is > 16, so you can't store watchdog messages.

Suggestion: rename to "taxonomy_pruner" (15 chars)?

Thanks

Comments

jmroth’s picture

Hmm. Wouldn't it simply truncate entries that are too long i.e. "delete_orphaned_terms" -> "delete_orphaned_"?

Anonymous’s picture

No not in my case, maybe because I have MySQL strict-mode.