Got this errors after I checked for translations.

Notice: Undefined index: name in l10n_update_status_form() (line 67 of sites\all\modules\contrib\l10n_update\l10n_update.admin.inc).
Notice: Undefined index: name in l10n_update_status_form() (line 67 of sites\all\modules\contrib\l10n_update\l10n_update.admin.inc). 

As I have two custom themes that do not exists on d.o I suspect this could be the reason. I think we had this issue already in 1.x when there was a custom module that do not exists on d.o This may makes this issue a regression.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hass’s picture

This is reproducible with coder module. The issue comes from folder coder_sniffer\Test\bad. This looks like a test module that has no name defined.

You also need to enable the Check for updates of disabled modules and themes setting. Than run a manual check for translation updates.

Sutharsan’s picture

Status: Active » Fixed
FileSize
1.06 KB

Attached patch will be committed shortly.

  • Sutharsan committed c9c98fb on 7.x-2.x
    Issue #2418263 by Sutharsan: Notice: Undefined index: name in...
sammuell’s picture

The same error also happens on branch 1.x

Sutharsan’s picture

Can you give me more details. That helps.

sammuell’s picture

Sure, the error is occurring for the same reason: refresh while the coder module is enabled.

Notice: Undefined index: name in _l10n_update_project_info_list() (line 231 of sites/all/modules/l10n_update/l10n_update.project.inc).

Status: Fixed » Closed (fixed)

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