After adding an initial mailing list and configuring the resulting block to appear in a region (also overriding the default block title), I get the following error:
Notice: Undefined index: mailing_list_show_name_1 in mailing_list_block_save() (line 163 of /home/tremon5/public_html/clients/cct/sites/all/modules/mailing_list/_list.module).
I can reproduce the error by resaving the block.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BrightBold’s picture

Title: Undefinedindex: mailing_list_show_name _1 on Block page » Undefined index: mailing_list_show_name _1 when saving mailing list block

Fixing issue title.

robsandbach’s picture

I am seeing this too.

hgneng’s picture

I got the same issue on beta1 version

manuel.adan’s picture

Issue summary: View changes
Status: Active » Fixed
FileSize
534 bytes

It was due to missing return value from hook_block_configure implementation. Fixing this also fixes an untracked bug, the configuration option to show or hide the name field in the subscription form block did not appear in block configuration form.

  • manuel.adan committed ff669a4 on 7.x-1.x
    Issue #1138276 by manuel.adan: Undefined index: mailing_list_show_name...

Status: Fixed » Closed (fixed)

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