Getting two different warning notices using 7.x -3.2

Notice: Undefined index: #combine_param in bef_sort_combine_submit() (line 78 of /var/www/html/sites/all/modules/better_exposed_filters/better_exposed_filters.module).

Notice: Undefined offset: 1 in bef_sort_combine_submit() (line 83 of /var/www/html/sites/all/modules/better_exposed_filters/better_exposed_filters.module).

Comments

mikeker’s picture

Status: Active » Postponed (maintainer needs more info)

Can you check that there is a value in the "Enter a query parameter to use for combined sorts" text field? It shouldn't be possible to turn on ccombined sort without specifying this param, but you never know.

If there is a value there, can you give me some details about the view in question or include an export of the view?

Thanks.

marcoscano’s picture

Might be related to #2471401: Combine sort order errors after update to latest version.
If the exposed form is in a block, the notices are thrown when the block is rendered. The patch in the issue solves the problem.

mikeker’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I'm closing this as a dup of #2471401: Combine sort order errors after update to latest version based on #2. Thanks for the feedback @marcoscano.