Ive installed boxes on a new drupal 7.22 LAMP/PHP 5.4. When I try to configure box from block screen I get following message and no useful functions:
Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 528 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).

Comments

Syntapse’s picture

I tried saving box to sidebar position:

Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 528 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).
Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 535 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).
Notice: Undefined index: plugin_key in boxes_box_form_submit() (line 504 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).
Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 528 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).
Notice: Trying to get property of non-object in boxes_form_block_admin_configure_alter() (line 535 of /var/www/drupal-context/sites/all/modules/boxes/boxes.module).

2pha’s picture