Posted by ebeyrent on December 23, 2009 at 7:17pm
3 followers
| Project: | Taxonomy menu |
| Version: | 6.x-2.4-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I installed the taxonomy_menu module, and then ran update.php. The update failed with the following error:
An error occurred. Fatal error: Call to undefined function _taxonomy_menu_delete_all() in sites/ukabbalah.odin.commonplaces.com/modules/community/taxonomy_menu/taxonomy_menu.module on line 268
It appears that this may be related to #656210: enabeling menu breadcrumb module gets me Fatal error: Call to undefined function _taxonomy_menu_get_item()
Comments
#1
it is related. it appears that hook_init isn't being called. Try this patch.
#2
This is committed and part of rc2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.