Posted by criznach on October 25, 2008 at 4:27am
Jump to:
| Project: | Taxonomy Node |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | namespaces |
Issue Summary
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
#1
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.
#2
Automatically closed -- issue fixed for two weeks with no activity.
#3
tagging
#4
just wondering why you tagged a closed issue...