Here is a bug report:

Emplacement: http://toto.com/admin/structure/views/ajax/display/view_country/page/exp...

Message: Notice : Undefined index: pager dans better_exposed_filters_exposed_form_plugin->options_form() (ligne 75 dans /var/www/toto.com/sites/all/modules/better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc).

Emplacement http://toto.com/admin/structure/views/ajax/display/view_country/page/exp...
Référent http://toto.com/admin/structure/views/view/view_country/edit

Message Notice : Undefined index: type dans better_exposed_filters_exposed_form_plugin->options_form() (ligne 142 dans /var/www/toto.com/sites/all/modules/better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc).

Emplacement http://toto.com/admin/structure/views/ajax/display/view_country/page/exp...
Référent http://toto.com/admin/structure/views/view/view_country/edit?render=overlay
Message Notice : Undefined index: title dans better_exposed_filters_exposed_form_plugin->options_form() (ligne 204 dans /var/www/toto.com/sites/all/modules/better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc).

Emplacement http://toto.com/admin/structure/views/ajax/display/better_view/page/expo...
Référent http://toto.com/admin/structure/views/view/better_view?render=overlay
Message Notice : Undefined index: sort dans better_exposed_filters_exposed_form_plugin->options_form() (ligne 51 dans /var/www/toto.com/sites/all/modules/better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc).

Emplacement http://toto.com/admin/structure/views/ajax/display/list_search/page/expo...
Référent http://toto.com/admin/structure/views/view/list_search/edit
Message Notice : Undefined index: field_values_value dans better_exposed_filters_exposed_form_plugin->options_form() (ligne 193 dans /var/www/toto.com/sites/all/modules/better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Issue summary: View changes

error added

Anonymous’s picture

Issue summary: View changes

add another error

Anonymous’s picture

Issue summary: View changes

added another example

Anonymous’s picture

Issue summary: View changes

another example added

mikeker’s picture

Status: Active » Postponed (maintainer needs more info)

Can you give any more details about your configuration? My first guess would be that you've upgraded from View 2.x -> 3.x or are importing a Views 2.x view into a Views 3.x site. You should be able to fix the warnings by editing the BEF settings and ensuring that all the correct options are set.

dkingofpa’s picture

Status: Postponed (maintainer needs more info) » Fixed

I was having the same issue, but it's no longer a problem with the 7.x-3.x branch. It was fixed by wrapping the check for pager in an isset() function. See the change here.

Status: Fixed » Closed (fixed)

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

Alan D.’s picture

Status: Closed (fixed) » Needs work

Today's download also gave this notice. New site, enabled the module after the view was created.

Notice: Undefined index: type in better_exposed_filters_exposed_form_plugin->options_form() (line 227 of sites\all\modules\better_exposed_filters\better_exposed_filters_exposed_form_plugin.inc).

#2061 better_exposed_filters_exposed_form_plugin->options_form(Array, Array)
#152 views_plugin_display->options_form(Array, Array)
#3249 views_content_plugin_display_panel_pane->options_form(Array, Array)
[void] views_ui_edit_display_form(Array, Array)
#800 call_user_func_array('views_ui_edit_display_form', Array)
#341 drupal_retrieve_form()
#236 drupal_build_form()
#2935 views_ajax_form_wrapper()
[void] views_ui_ajax_form()
#516 call_user_func_array()
#21 menu_execute_active_handler()

g10’s picture

confirming this is still an issue in 7.x-3.0-beta1 (which is actually ahead of the dev version??)
#2 has the solution (actually: adding the help topic parameter fixes this)

g10’s picture

Status: Needs work » Needs review
FileSize
1.14 KB

patch against 7.x-3.0-beta1

Status: Needs review » Needs work
kenorb’s picture

Notice: Undefined index: type in options_form() (line 225 of better_exposed_filters/better_exposed_filters_exposed_form_plugin.inc). =>
... (Array, 12 elements)
11: better_exposed_filters_exposed_form_plugin->options_form() (Array, 2 elements)
10: views_plugin_display->options_form() (Array, 2 elements)
 9: views_plugin_display_page->options_form() (Array, 2 elements)
 8: views_ui_edit_display_form() (Array, 2 elements)
 7: call_user_func_array() (Array, 1 element)
 6: drupal_retrieve_form() (Array, 2 elements)
 5: drupal_build_form() (Array, 2 elements)
 4: views_ajax_form_wrapper() (Array, 2 elements)
 3: views_ui_ajax_form() (Array, 2 elements)
 2: call_user_func_array() (Array, 1 element)
 1: menu_execute_active_handler() (Array, 2 elements)
 0: main() (Array, 2 elements)
kenorb’s picture

Version: 7.x-3.0-beta1 » 7.x-3.0-beta3
xkluzv’s picture

I also have the same issue as Kenorb after upgrading from 7.x-3.0-beta2 to 7.x-3.0-beta3.

I have a price field with the following settings:

field settings

And I am not seeing any settings field for that field in the BEF settings:

BEF settings

Any help would be appreciated.

xkluzv’s picture

Issue summary: View changes

add another error message

kenorb’s picture

Priority: Normal » Minor
Neslee Canil Pinto’s picture

Status: Needs work » Closed (won't fix)

Hi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Closing this as Closed(wont fix).