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

heyyo’s picture

Same 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

ifrik’s picture

I 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.

intyms’s picture

subscribing....

mxr576’s picture

same problem:S

boobaa’s picture

Title: can't use panels to override taxonomy/term/%term because of i18n module » Can't use panels to override taxonomy/term/%term because of i18n module
Project: Internationalization » Chaos Tool Suite (ctools)
Component: Taxonomy » Page Manager

Looks 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).

merlinofchaos’s picture

Status: Active » Closed (works as designed)

Page 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.

kompressaur’s picture

Hi 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