Closed (outdated)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 17:04 UTC
Updated:
20 Jul 2026 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kndrThere is the patch
Comment #2
dddave commentedHi 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?
Comment #3
kndrYes, 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
Comment #4
garbo commentedI'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
Comment #5
vasrush commentedWorking great.
Tested it with the new stable i18n version 6.1.10 too.
Thanks
Comment #6
anruetherNow, it seems that this issue arises again in 7.x. With D7.8 i18n 1.1 and ctools dev i receive this error:
Any chance what can be done about it?
Comment #7
merlinofchaos commentedThe 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.
Comment #8
broncomania commentedThx for the patch. Worked now as expected.
Comment #9
arnested commentedI 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
Comment #10
japerryDrupal 7 is no longer supported, closing.