hello and thanks for this great module that i am learning

after updating to 7.x-1.10 i get notices in this pages:

admin/config/regional/i18n/node
admin/config/regional/i18n

    Notice: Undefined index: group in variable_list_group() (line 159 of /xxx/sites/all/modules/variable/variable.inc).
    Notice: Undefined index: group in variable_list_group() (line 159 of /xxx/sites/all/modules/variable/variable.inc).

admin/config/regional/i18n/variable (the same notices than before and also this one)

Notice: Undefined index: title in variable_realm_select_variables_form() (line 32 of /xxx/sites/all/modules/variable/variable_realm/variable_realm.form.inc).

also, i cant edit the translations sets (it says i have not permissions but i double checked in the permissions page and i am the first user)

if you need any other information, i will be pleased to collaborate.
have a good day!

Comments

candelas’s picture

i downgraded to 7.x-1.09 and the notices are gone and i can edit the translations sets.

mgifford’s picture

We're definitely seeing the notice with variable_list_group() too:

Notice: Undefined index: group in variable_list_group() (line 159 of /data/www/panopoly/sites/all/modules/contrib/variable/variable.inc).

and:

Notice: Undefined index: title in variable_realm_select_variables_form() (line 32 of /data/www/panopoly/sites/all/modules/contrib/variable/variable_realm/variable_realm.form.inc).

We're also using i18n 7.x-1.10.

xibun’s picture

I see (only an extract - I can reproduce it by reloading this page: admin/config/media/file-system):
- Notice: Undefined index: name in variable_children() (line 81 of .../sites/all/modules/variable/variable.module).
- Notice: Undefined index: name in variable_include() (line 461 of .../sites/all/modules/variable/variable.module).
- Notice: Undefined index: module in variable_type_include() (line 475 of .../sites/all/modules/variable/variable.module).

xibun’s picture

@candelas & @mgifford: which version of the variable module are you using? I don't seem to see the notices any longer when I use version 2.3..

candelas’s picture

i just updated to 2.3 and dont get notices anymore.
thanks @xibun :)

mgifford’s picture

@xibun we're using 7.x-2.2+4-dev.

EDIT: as part of https://drupal.org/project/wetkit

xibun’s picture

Project: Internationalization » Variable
Version: 7.x-1.10 » 7.x-2.2
Status: Active » Fixed

@mgifford I'm certain the notices will disappear when you upgrade to variable 7.x-2.3. So I will mark this as fixed - also I assign it to the variable module.

Status: Fixed » Closed (fixed)

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

maxlife58’s picture

Issue summary: View changes
Status: Closed (fixed) » Active

I get teh same error

Notice: Undefined index: title in variable_realm_select_variables_form() (linea 32 di /home/pointorg/public_html/demo/modules/variable/variable_realm/variable_realm.form.inc).

at page

admin/config/regional/i18n/variable

with 7.x-2.5 module release.

Ryan Osītis’s picture

I'm getting the same error.

Notice: Undefined index: title in variable_realm_select_variables_form() (line 32 of /blahblahblahblah/sites/all/modules/variable/variable_realm/variable_realm.form.inc).

Same place - the admin page for International Variables. I'm going to go see if there are any clues in the i18n issue queue.

Also, the 7.x-2.5 module release.

fugazi’s picture

#10 Same problem

AswathyAjish’s picture

Me too updated to 7.x-2.3 version of variable module. But same error message appears again,

Notice: Undefined index: title in variable_realm_select_variables_form() (line 32 of /var/www/html/blahblah/sites/all/modules/contrib/variable/variable_realm/variable_realm.form.inc).

Any solution for this?

Anaconda777’s picture

I have same error, at page: admin/config/regional/i18n/variable

Notice: Undefined index: title in variable_realm_select_variables_form() (line 32 of /var/www/html/blahblah/sites/all/modules/contrib/variable/variable_realm/variable_realm.form.inc).

Appeared after updating i18n from 7.x-1.24 to 7.x-1.26, and 5 other modules.
While updating the translations folder was not created but it is there now and caches cleared. Error still exists.

Any solution for this ?

apaderno’s picture

Version: 7.x-2.2 » 7.x-2.x-dev

The 7.x-1.x branch is not supported anymore.

Bugs are fixed in the branch code, not a tag code. Is the bug still present in 7.x-2.x?