Error when viewing term
taite11 - December 10, 2008 - 23:12
| Project: | Taxonomy Introduction |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Here's the error I got when I viewed a term with Edit Term enabled:
"Fatal error: require_once() [function.require]: Failed opening required 'modules/taxonomy/i18ntaxonomy.pages.inc' (include_path='.:/usr/lib/php') in" ..."/public_html/includes/menu.inc on line 346"

#1
I think this is just an Edit Term issue with i18n, as I don't use taxonomy introduction and had the same issue. Disabling Edit Term solved the problem.
I think it is related to Edit Term hook_menu; is calling for taxonomy.pages.inc, but It seems it does not deal correctly with the path of this function when i18n is enabled.
Just guessing, I am still a bit loss in the Drupal sea.... :-))
#2
The same here.
I disabled Edit term.