There are two quite old issues, which refer to problem with 18n integration http://drupal.org/node/537506 and http://drupal.org/node/571800. Merlinofchaos wrote at http://drupal.org/node/537506#comment-2018876 that there are 3 possibilities to solve it. I've upload patch for i18n module at http://drupal.org/node/571800#comment-4229266 and it seems, that we need only one step ahead. I suggest, that standard "General form" could be very slightly modified and problem will be gone.

Comments

kndr’s picture

Status: Active » Needs review
StatusFileSize
new859 bytes

There is the patch

dddave’s picture

Hi kdnr,

thanks for tackling this issue. I suppose I should have learned to code it by myself since I first stumbled upon this problem, yet I am still no good at coding.

Is my understanding correct that to test your patch I have to use the latest dev of i18n (which contains your patch commited by jose) and apply this patch against ctools? Any specific set-ups that need testing?

kndr’s picture

Yes, today you have to use the latest dev version of i18n (until stable i18n version will be released). Next, you need apply patch #1 to ctools-6.x-1.8 There is no specific requirements for applying it. Instruction for applying patches: http://drupal.org/patch/apply

garbo’s picture

I'd like to thank Kndr for this patch. It works splendid!

Tested it on D6.22 with i18n 6.x.dev and ctools 6.x.1.8

vasrush’s picture

Working great.
Tested it with the new stable i18n version 6.1.10 too.
Thanks

anruether’s picture

Version: 6.x-1.8 » 7.x-1.x-dev

Now, it seems that this issue arises again in 7.x. With D7.8 i18n 1.1 and ctools dev i receive this error:

Page manager module is unable to override node/add/article because some other module already has overridden with i18n_node_add. Node edit will be enabled but that edit path will not be overridden.

Any chance what can be done about it?

merlinofchaos’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev

The issue reported in #6 is completely different.

That issue is that Page Manager is 'polite'; it won't override a path that some other module has taken over, so that it won't break that other module. All that can be done is to ask that other module if it's willing to share. Page Manager tries to provide a mechanism to share these things, but the module maintainers have to be willing to do so.

broncomania’s picture

Thx for the patch. Worked now as expected.

arnested’s picture

StatusFileSize
new855 bytes

I have converted the patch from #1 to Drupal 7.

Although it might not be the right way to solve the problem (as stated in #7) it at least solves the problem for me until a better solution comes up.

Arne

japerry’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Drupal 7 is no longer supported, closing.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.