Posted by hamsterbacke82 on June 29, 2009 at 7:17am
Jump to:
| Project: | Custom breadcrumbs |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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.
Comments
#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
#3
Anything new on this ?
#4
It has just happend again... (a colleague found a clue http://drupal.org/node/839222 )
#5
@ticici, thanks for noticing that this issue is related, so I am going to mark this issue as a duplicate. I have offered a suggestion for how to fix the problem on that issue. Unfortunately, I can't test it, so someone else will need to and report back whether it fixes the problem or not. Please follow up on #839222: multilanguage i18 error: wrong include.
#6
I will test it soon thanks MGN for your reply.