The view works as intended, but when I try to edit the box, I get these errors:

Notice: Undefined index: exposed_input in views_boxes_view->render_exposed_form() (line 478 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: nid in views_boxes_view->options_form() (line 254 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: nid in views_boxes_view->options_form() (line 265 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: clicked_button in views_boxes_view->options_form() (line 294 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: exposed_input in views_boxes_view->render_exposed_form() (line 478 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: nid in views_boxes_view->options_form() (line 254 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: nid in views_boxes_view->options_form() (line 265 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).
Notice: Undefined index: clicked_button in views_boxes_view->options_form() (line 294 of C:\wamp\www\local.example.com\sites\all\modules\contrib\views_boxes\plugins\views_boxes_view.inc).

I am basically recreating the entire content type view with a views block to do some custom rewrites. I have a contextual filter set to "Content: Nid" with a default to Conent ID from URL.

I am using context module version 7.x-3.0-beta2+12-dev

Comments

brenk28’s picture

What is your setting here: /admin/config/user-interface/boxes. I was able to reproduce your error when the setting was "Separate page" but the box editing works fine when set to "Edit in place."

erasmosis’s picture

Me too. same errors

azin’s picture

Ditto