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
Comment #1
MGN commentedTrying 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.
Comment #2
MGN commentedComment #3
heyyo commentedAnything new on this ?
Comment #4
ticici commentedIt has just happend again... (a colleague found a clue http://drupal.org/node/839222 )
Comment #5
MGN commented@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.
Comment #6
heyyo commentedI will test it soon thanks MGN for your reply.