Hi,

I use panels 2 to redefine the /taxonomy/term/%term view for some taxonomy terms. If I now enable custom_breadcrumbs_taxonomy via admin/build/modules this panels view is deactivated without any notice. So I was not aware of this directy but my site did not display correctly any more.

Activating the panels view for /taxonomy/term/%term again is not possible as it raises the following error:
'Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with custom_breadcrumbs_taxonomy_term_page.'

I have to deactivate custom_breadcrumbs_taxonomy to enable teh panels view again.

Is there a solution to use both modules in parallel?

dokuf

Comments

MGN’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Can you check the weights of the custom_breadcrumbs_taxonomy and page manager modules in the database system table? I think they will work together if the the weight of custom_breadcrumbs_taxonomy is greater than page manager.

See This comment for information about setting the weights of custom breadcrumbs submodules via the module weights fieldset of the custom breadcrumbs configuration page.

kompressaur’s picture

Can you check the weights of the custom_breadcrumbs_taxonomy and page manager modules in the database system table? I think they will work together if the the weight of custom_breadcrumbs_taxonomy is greater than page manager.

thanks that seems to have worked for me.

MGN’s picture

Status: Postponed (maintainer needs more info) » Fixed

Great! Thanks for the feedback. Marking this as fixed for now because the question has been answered.

Status: Fixed » Closed (fixed)

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