Hey after the update to 7.x-3.14 this error pops up on view sites with links as exposed filters.

Comments

Timo Vogt created an issue. See original summary.

intrafusion’s picture

Priority: Normal » Major

Confirm this issue too, rolling back to 7.x-3.13 solves the problem, but as 7.x-3.14 is a security release dealing with Views - Less Critical - Access Bypass - SA-CONTRIB-2016-036 I'm raising the priority

trenttati’s picture

I had this issue on my production server, but not on a dev server. I used drush to update both systems. The servers are not configured identically.

To resolve on the production server I first rolled back to Views 7.13 and had working links filters again. I then ran drush up and, just to be sure, cleared all caches twice. The error has not come back.

Timo Vogt’s picture

#3 trenttati Yes same goes for me.

Workaround:
After updating to 7.x-3.14 run cron and flush all caches.
The error will disappear after that.

wallexk1’s picture

I have that same error and ran drush cron and drush cc all but it is show on the command line.

Please i need help.
Thanks

wallexk1’s picture

I've found the solution... missing views_handler_field_links.inc in my drush dl and i downloaded it manually.

Thanks

e.ryan.schmidt@gmail.com’s picture

Had this issue on my dev server, but not production. As with the others, clearing the cache fixed the issue for me.

benjy’s picture

It could be a conflict with another module updating at the same time, I was updating a site that also had updates to ctools, entity, field_group etc, clearing the cache didn't fix the issue but updating all the other modules first and then views on its own worked fine.