Because the module name is taxonomy_node, every time cron is run, Drupal attempts to execute the core hook function "taxonomy_node_update_index", which happens to be a real function in taxonomy.module. It gets called with no argument, which triggers an error.

I'm not sure what a good solution would be, short of renaming the module.

Comments

hanoii’s picture

Status: Active » Fixed

Nice catch. Indeed the only solution I found as well was to rename the module's name to taxonomynode.*.

There's code in the .install file to upgrade settings and table information from old table name. Please try new version (1.4) and let me know how it goes.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

jbrown’s picture

Issue tags: +namespaces

tagging

hanoii’s picture

just wondering why you tagged a closed issue...