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
Comment #1
MGN commentedCan 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.
Comment #2
kompressaur commentedCan 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.
Comment #3
MGN commentedGreat! Thanks for the feedback. Marking this as fixed for now because the question has been answered.