Blocks disappear
jessicakoh - November 4, 2009 - 04:08
| Project: | Internationalization |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#1
Check the multilingual section for each block to see what language the block will be shown in.
#2
"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.
#3
That "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)
#4
I 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.
#5
I have added the missing column, language in i18i_block. Alas, that did not solve the problem.
#6
Yipee ... 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.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.