When a module implements hook_menu to override the 'taxonomy/term/%' path without using the file/filepath keys, there is a fatal error on taxonomy_breadcrumb/taxonomy_breadcrumb.inc while is trying to require_once a non existent file.
The attached patch add a check for this.
Comments
Comment #1
Tri commentedAttaching patch
Comment #2
MGN commentedThanks. This has been committed to 6.x-1.x-dev.