Closed (fixed)
Project:
Taxonomy Node
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Oct 2008 at 04:27 UTC
Updated:
26 Sep 2011 at 18:05 UTC
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
Comment #1
hanoiiNice 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
jbrown commentedtagging
Comment #4
hanoiijust wondering why you tagged a closed issue...