Closed (fixed)
Project:
Internationalization
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2009 at 04:08 UTC
Updated:
6 Oct 2013 at 11:21 UTC
After I enabled this i18n module, all blocks disappear on all pages.
I have switched to default theme, Garland, same issue.
After I disabled this i18i module, my blocks came back.
Any idea what's going on?
Comments
Comment #1
brucepearson commentedCheck the multilingual section for each block to see what language the block will be shown in.
Comment #2
jessicakoh commented"All Languages".
In fact, I have tried "All languages (Translatable)" and "English", but when I clicked save, the changes are not saved. Other fields are save-able.
Comment #3
jose reyero commentedThat "changes not saved" looks like you may have some upgrade issue. Is everything up to date? (update.php) No errors in the logs? (Reports, log entries)
Comment #4
jessicakoh commentedI am running Drupal 6.14.
There are no upgrade issues. (Upgraded from Drupal 5.20 to Drupal 6.14)
After I disabled "Block translation" and "Menu translation", blocks reappeared.
Here is the error message from log.
I need block translation and menu translation modules.
Comment #5
jessicakoh commentedI have added the missing column, language in i18i_block. Alas, that did not solve the problem.
Comment #6
jessicakoh commentedYipee ... I got this issue resolved.
Here's how:
1. Disable all components under "Multilanguage" (i18n)
2. Uninstall
3. Remove all tables with prefix i18n (with phpmyadmin)
4. Reinstall the i18n
6. update.php
p.s: remember to backup your database.
Thank you, Jose and others for this module. Keep up the good work.
Comment #8
lumbric commentedI had a similar issue and found this thread via Google. It turned out that my issue was not at all connected to this bug.
For some reason there was an empty file named "block.tpl.php" in my theme folder. Maybe I generated the time long time ago, forgot about it and now after clearing the block cache all blocks suddenly disappeared. The solution was quite easy of course: simply rename or delete this file. But it took me some time to locate the cause...
If you are suffering similar troubles: try to change youre theme temporarily. If the blocks reapear using a different theme, your problems are theme related. I also tried to apply an old DB backup. Since this didn't help at all, I started searching the files in the my theme folder.