after uninstalling the module I get an error message only on the page www.example.com/admin/config/regional/translate/translate


Notice: Undefined index: field em _locale_translate_seek() (line1782 of /var/www/drupal-7.2/includes/locale.inc).

Comments

tobiasb’s picture

Version: 7.x-1.0-beta6 » 7.x-1.x-dev

note to devs:

all modules which creates translations with a own textgroup need to uninstall this strings.
(i18n_field, i18n_node)

Jose Reyero’s picture

Title: Error after uninstalling the module » Delete strings from textgroup when uninstalling module. Error after uninstalling the module
Category: bug » task

Yes, this makes sense, we should be deleting strings on uninstall.

Anyway, I'm afraid you'd still get the error if the module is only disabled. And on the other side we don't want to delete strings (and translations) when just disabling the module

Jose Reyero’s picture

Status: Active » Fixed

Done:
- Refreshing strings when enabling the module.
- Deleting textgroup when uninstalling the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.