Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.9
Component:
Actions
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2011 at 22:35 UTC
Updated:
7 Jul 2011 at 16:02 UTC
Hello,
I was testing the Argument Selector and I noticed that when I try to pass 200 nodes it works fine but then I try 250 the page crashes and the error I get from Chrome is Error 101 (net::ERR_CONNECTION_RESET): The connection was reset..
On firefox it just says the The connection was reset.
I checked the logs but nothing shows up.
I though it be be Apache and raised the LimitRequestLine but that did nothing.
Is there way to overcome this or adjust my localhost to be able to process over 250 nodes to another view.
Thanks.
Comments
Comment #1
infojunkieI guess it has to do with the URL length. You might want to read into this.
Comment #2
infojunkieAccording to this StackOverflow question, the pragmatic limit is around 2000 chars.
You can convert this to a feature request to support any number of nodes, but it would be a tricky implementation and I doubt I can get to it soon.
Comment #3
aznboy commentedHi,
Thanks for the post. I suppose a workaround is compile apache with a higher limit and use firefox from my readings. Well, I'm only surprised no one has brought this up as the node limit is so small but guess it is not used much.
Thanks again.
Comment #4
infojunkieMarking as fixed for now.