When trying to view http://localhost/user as an authenticated user I get a fatal PHP error. If I am logged in as user #1, no error is reported.

PHP Fatal error: Call to undefined method _taxonomy_CrumbsMultiPlugin_termReference_user::_findParentCandidates() in /var/www/drupal/sites/all/modules/crumbs/plugins/crumbs.taxonomy.inc on line 124

I've searched through the crumbs module and cannot see where the "_findParentCandidates()" method is defined.

Comments

donquixote’s picture

Yes, this very much looks like a bug :)
Probably a relic from the D6 version.
Going to check again tomorrow..

donquixote’s picture

Can you test the patch?

ponies’s picture

Status: Active » Needs review

The patch did the trick for me!

donquixote’s picture

Fixed in 7.x-1.4

donquixote’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added details to issue.