I'm getting this error when i want to do an export calls report of about 300 ingroups. Every client in our system has their own ingroup and i simply want a total export of all calls on a day. It's not many calls but the query is too long.
I googled it and found out that i have to set limitrequestline directive to a higher value.
https://confluence.atlassian.com/displa ... rge'+Error
I tried to change this ins /etc/apache2/httpd.conf and in php.ini like this:
LimitRequestLine 100000
LimitRequestFieldSize 18094
But i still get the error. Does anyone have a workaround for this?
On stackoverflow they say the query should be POST instead of GET:
http://stackoverflow.com/questions/2891 ... long-error