Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.4-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Dec 2009 at 13:16 UTC
Updated:
3 Feb 2010 at 22:40 UTC
Jump to comment: Most recent file
i just enabled the menu breadcrumb module and now the taxonomy module stopped working getting this error:
Fatal error: Call to undefined function _taxonomy_menu_get_item() in /home/portal/sites/all/modules/taxonomy_menu/taxonomy_menu.module on line 918
thanks in advance
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_menu-656210-1.patch | 1.2 KB | indytechcook |
Comments
Comment #1
indytechcook commentedThis is occurring in taxonomy_menu_translated_menu_link_alter(). Most likely because _taxonomy_menu_get_item() is in the taxonomy_menu.database.inc file and not the main module. The file is included on hook_init but perhaps hook_menu_link_alter is not respecting hook_init. Attached is a patch including the file at the beginning of taxonomy_menu_translated_menu_link_alter().
NOTE: This is applied to 2.4-RC1.
Comment #2
mattez commentedWorks form me! Thanx!
Comment #3
indytechcook commentedsetting to RTBC. I'll commit soonn.
Comment #4
indytechcook commentedThis is part of the latest release.