Closed (duplicate)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
Compatibility
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 Nov 2009 at 16:57 UTC
Updated:
2 Jul 2018 at 08:45 UTC
Comments
Comment #1
Herman Hiddema commentedConfirm. Brand new Drupal 6.14 installation with a clean copy of zen starterkit. Sidebars are broken with block translation enabled, and fine with block translation disabled. Blocks are getting printed directly, without wrapping sidebar block.
Missing with block translation enabled is:
(same for region-sidebar-first, etc).
Comment #2
kdebaas commentedThis is the culprit:
(lines 303-313 in i18nblocks.module)
See also #457512: i18n blocks creates conflicts with themes and modules that override the theme_blocks function
Comment #3
kdebaas commentedAnd now there is a patch available at #457512: i18n blocks creates conflicts with themes and modules that override the theme_blocks function. If you're interested, then please review the patch, so it may be committed soon.
Comment #4
Yuri commentedFor those still seeking a solution: I had the same theme issues, and it turned out to be bad html in content of one node. See:
http://drupal.org/node/805614#comment-3424966