Closed (duplicate)
Project:
Internationalization
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 15:24 UTC
Updated:
28 Nov 2011 at 08:57 UTC
Hi,
when I check (activated) the block Translation Module in my Multilanguage website all blocks are no longer shown.
I have tried all kind of different settings ( in the blocks and languages section) to no avail. It is probably a minor thing which I am unable to figure out. As soon a I deactivate the block translation all blocks are shown again properly.
Thanx for any input
Comments
Comment #1
suthy commentedsubscribing.
way too many hours spent so far with no results
Comment #2
akejoha commentedCheck your logs. If there are errors with "Illegal mix of collations" for i18n_blocks and more you have a problem with differences in collation. Set them to the same thing. I used the DB Tuner module to set all tables to "utf8_general_ci".
Comment #3
dudett commentedI have a similar problem, when block translation module activated, blocks disappear. But my logs say that there's a problem with the request to mysql:
preg_match() [function.preg-match]: Compilation failed: internal error: previously-checked referenced subpattern not found at offset 389 in /usr/local/www/apache22/data/gelu-tur/includes/database.inc on line 347.and
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) ' at line 1 query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'garland' AND b.status = 1 AND (r.rid IN (2) OR r.rid IS NULL) LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) ORDER BY b.region, b.weight, b.module in /usr/local/www/apache22/data/gelu-tur/modules/block/block.module on line 456.Comment #4
dudett commentedThe possible root of evil and a temporary solution can be found here
Comment #5
jose reyero commentedIt seems the other issue has more information so marking this one as duplicate.
See #1268858: When Block translation module is enabled, blocks and menus are not displayed