When i go to /views/admin/content and check one or more nodes to delete I am taken to a page that asks to confirm the items that i want to delete. From here if i click confirm or cancel the page simply refreshes. There is no way for me to return back to the main content over view without clearing the cache. Nothing appears in the drupal error logs either. I have also disabled feeds_tamper module.

Comments

blu_regard created an issue. See original summary.

Delphine Lepers’s picture

It seems you are trying to manage content from inside views, instead of using admin/content directly ?

sandip27’s picture

"Bulk Operations" is the field provided by module to be incorporated in Views in order to do operations on nodes. If you have created such view with field, try and visit the view page mentioned under PAGE SETTINGS > Path.

Here, you can do the operations. Now I tried to replicate the issue, but seems everything is working fine and as expected. So, may be you are trying to do something not expected ?

Please provide exact steps you are taking so that it's easier to replicate ?

Thanks

andyg5000’s picture

Category: Bug report » Support request
Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

I had the exact same issue and it was related to caching on the view. When I disabled the time based cache the issue went away. Can you confirm /deny if that is related to your issue?

blu_regard’s picture

In my case I had to disable the Search API. This is a pain as it breaks the search feature on our website and it requires me to re-index all pages when I re-enable the search module.