I was working on my Drupal site and I added an existing block to another page through the DDBlock Module "configure block" "show block on specific pages" and then I get this message and now my block won't show up anywhere.

Notice: Undefined index: input_type in ddblock_block_save() (line 201 of C:\xampp\apps\drupal\htdocs\sites\all\modules\contrib\ddblock\ddblock.module).

Need help figuring out how to fix this problem... I'm not sure what it means... It happens every time I add another page to display an existing block on.

I've posted an issue on the page for the module, but I'm not getting a response.

Thanks!

Kathy

Comments

VM’s picture

module specific issue should be researched in the projects issue queue @ https://www.drupal.org/project/issues/ddblock?categories=All

if no similar reports (i didn't locate with a quick search) a bug report should be generated. The module hasn't had any updates in a year per the commit page.

That said, I'd test on a vanilla installation. This would aid in understanding whether the issue is specific to the module and your environment or a conflict with another module that is in use.