Hey!
Using the most current 'i18n 7.x-1.x-dev (2011-Feb-20)' on a basic test Drupal7 site, I get the following 2 errors when switching on the main module/submodule 'Internationalization' on 'admin/config/regional/i18n':

* Notice: Undefined index: variable_module_form in drupal_retrieve_form() (line 736 of /var/www/site_foo/includes/form.inc).
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'variable_module_form' was given in drupal_retrieve_form() (line 771 of /var/www/site_foo/includes/form.inc).

Comments

Blooniverse’s picture

... optimized sentence:
[...] I get the following 2 errors on 'admin/config/regional/i18n' when switching on the main module/submodule 'Internationalization': [...]

Blooniverse’s picture

... strange, when I do this on my real Drupal development site with ~80 additional/optional modules, the regular [new] form with the two options (enabled & defined languages) is available on 'admin/config/regional/i18n'!

Blooniverse’s picture

Priority: Critical » Major
Jose Reyero’s picture

Status: Active » Closed (fixed)

There was a missing dependency on variable module, fixed on github.