Project:Taxonomy Introduction
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

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"

Comments

#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.

nobody click here