My content type allows the upload of images as part of the editing process. The following set of errors occurs each time I upload an image (via Ajax - prior to submitting the form)

* Notice: Undefined index: nodesinblock_visibility in nodesinblock_form_alter() (line 119 of /home/alan/dev/drupal/sites/all/modules/nodesinblock/nodesinblock.module).
* Notice: Undefined index: nodesinblock_weight in nodesinblock_form_alter() (line 120 of /home/alan/dev/drupal/sites/all/modules/nodesinblock/nodesinblock.module).
* Notice: Undefined index: nodesinblock_delta in nodesinblock_form_alter() (line 121 of /home/alan/dev/drupal/sites/all/modules/nodesinblock/nodesinblock.module).
* Notice: Undefined index: nodesinblock_render in nodesinblock_form_alter() (line 122 of /home/alan/dev/drupal/sites/all/modules/nodesinblock/nodesinblock.module).
* Notice: Undefined variable: display in nodesinblock_form_alter() (line 172 of /home/alan/dev/drupal/sites/all/modules/nodesinblock/nodesinblock.module).

Comments

swentel’s picture

Status: Active » Fixed

Fixed in CVS. There will be still some notices from image, but that's a Drupal core bug.

swentel’s picture

Status: Fixed » Closed (fixed)