Closed (fixed)
Project:
Better Exposed Filters
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2018 at 16:14 UTC
Updated:
18 Feb 2020 at 20:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
carnerik commentedPatch fixed my (similar? exact same?) issue "Notice: Undefined index: #type in Drupal\better_exposed_filters\Plugin\views\exposed_form\BetterExposedFilters->buildOptionsForm() (line 534 of [...]/better_exposed_filters/src/Plugin/views/exposed_form/BetterExposedFilters.php)."
@GaëlG Thanks!
Comment #3
a.milkovskyThis patch fixes the issue.
Comment #4
AnaSwin commentedHello,
I have the same problem on my exposed filters.
I applied the patch on D8.6.2 with PHP 7.1 and it works!
Thank you a lot!
Comment #5
tame4tex commentedPatch #1 has a confusing conditional structure and needed additional brackets. Also, it did not fix an additional PHP Notice: `Undefined index: #type in Drupal\better_exposed_filters\Plugin\views\exposed_form\BetterExposedFilters->buildOptionsForm() (line 534 of`
The attached patch fixes both.
Comment #6
jorgespiessens commentedPatch works on 8.x-3.0-alpha5
Comment #7
zoraxPatch works on 8.6.13
Comment #8
pieterdcPatch from comment #5 still works. Currently at BEF 8.x-3.0-alpha6 and Drupal 8.6.14
Comment #9
jeremyr commentedConfirming that this patch fixes the issue here as well as the related issue here: https://www.drupal.org/project/better_exposed_filters/issues/3038114
Comment #11
rlhawkThanks, all.
Comment #13
siavash commentedI'm having the same issue but on the 4.0 version. Settings link doesn't result in a popup and gives this notice.
Notice: Undefined index: exposed_form_options in /docroot/modules/contrib/better_exposed_filters/src/Plugin/views/exposed_form/BetterExposedFilters.php on line 190
Comment #14
nikitas commented@siavash had the same issue, i updated to latest dev version via composer.
problem solved.