I've been using "panels 2" to overwrite the default taxonomy/term/%term page with a panel of different views for different content types with the same taxonomy term on a multilingual site.
Everything worked fine until I upgraded from "i18n 6.x-1.1" to 6.x-1.2.
The panel page got automatically deactivated and whenever I try to activate it I get the following error:
"Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with i18ntaxonomy_term_page."
When I deactivate "taxonomy translation" and "views translation" it works again, but that's not an option for the site.
Where can I stop i18n overriding this, so that panels can do its job again?
thanks
clara
Comments
Comment #1
heyyo commentedSame error for me but it's with panels 3 not 2.
Please see the bugs described here on Panels forum:
http://drupal.org/node/469124
Comment #2
ifrikI fixed the problem by commenting out lines 105-107 in i18ntaxonomy.module but I'm not sure whether that is the best way to do it.
Comment #3
intyms commentedsubscribing....
Comment #4
mxr576same problem:S
Comment #5
boobaaLooks like a CTools/Page manager issue for me, retagging as such. Removing/uncommenting the code as mentioned in #2 sounds like a workaround only, not a fix: those lines are responsible for making taxonomy term pages translatable, so they definitely shouln't be removed/commented just because of some CTools/Page manager issue (think about those poor souls that don't have Panels/CTools Page manager, but want their taxonomy term pages localized/translatable).
Comment #6
merlinofchaos commentedPage Manager already provides a method that modules can work with it, not against it. This is not a bug, this is a feature -- it allows other modules to work without getting in their way. In order for Page Manager to override a page that some other module wants to override, that module needs to work with page manager to make it possible, or you cannot use the two together.
Comment #7
kompressaur commentedHi i am getting a similar message but it doesnt seem to be relating to any module
Page manager module is unable to enable taxonomy/term/%term because some other module already has overridden with .
I have turned all my modules off bar panels, ctools and views and their dependences. Is there something else i should be looking at deleting or uninstalling?
thanks