using the selector block: selecting any of the filter options, returns a URL like:
<http://mysite.com/:///mytestview with the 'Page not found' error.

Comments

RdeBoer’s picture

Hi Yuri
Can you please elaborate on this?
I.e. exact steps to reproduce?
Rik

Yuri’s picture

I have a view with an entity reference field field_country to vocabulary 'Country', which is set as global filter in the views contextual filter.
I have a Global filter block that filters on field_country
The views url is domain.com/testglobal. If I enter that url, the views filters correct according to the global filter. However, whenever I hit the submit button of the Global filter block, I get a page not found because it redirects to domain.com/:///testglobal
So, for some reason it inserts ":///" in the URL.
If i keep that wrong URL and hit the submit button again, it replicates it behavior by adding ":///:///:///" in the URL.

I'll send you the site and admin pass in a PM.

RdeBoer’s picture

Dealt with through private comms.
On the site in question the form action gets mangled, so that upon submit of the form the page directs to ":////".
Looks like another module or a piece of custom code is to blame.
Rik

RdeBoer’s picture

Status: Active » Closed (cannot reproduce)