multilanguage i18 error
hamsterbacke82 - June 29, 2009 - 07:17
| Project: | Custom Breadcrumbs |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
I think the new dev 2.x version of the module looks very promising. Thanks for the good work on this great module!
However, I couldnt get it working for my local multilanguage site in japanese/english.
After installation it seems all links to taxonomy terms are messed up and the follow error is displayed Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/custom_breadcrumbs/custom_breadcrumbs_taxonomy/i18ntaxonomy.pages.inc' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\xy\includes\menu.inc on line 346
I will give it a shot on my webserver and see if that is anything better.

#1
Trying to look into this error, I found the following related posts
#345481: Error when viewing term
#429938: Problem with taxonomy pages after update to alpha3
It seems that i18ntaxonomy is also overriding taxonomy/term/% and our simple approach to deal with the clash is not working. So at this point custom_breadcrumbs_taxonomy and i18ntaxonomy are not compatible. I would like to figure out a way to fix this, but don't have a solution at this time.
#2