Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

414: REQUEST URI too large #723

Closed
till opened this issue May 15, 2009 · 2 comments
Closed

414: REQUEST URI too large #723

till opened this issue May 15, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@till
Copy link

till commented May 15, 2009

Try to delete a wiget, Piwik tries to execute the following GET request.

http://piwikinstall/index.php?module=Dashboard&action=saveLayout&layout=%5B%5B%7B%22uniqueId%22%3A%22widgetVisitorInterestgetNumberOfVisitsPerVisitDuration%22%2C%22parameters%22%3A%7B%22module%22%3A%22VisitorInterest%22%2C%22action%22%3A%22getNumberOfVisitsPerVisitDuration%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetUserSettingsgetBrowser%22%2C%22parameters%22%3A%7B%22module%22%3A%22UserSettings%22%2C%22action%22%3A%22getBrowser%22%7D%7D%5D%2C%5B%7B%22uniqueId%22%3A%22widgetReferersgetKeywords%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getKeywords%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetVisitsSummarygetLastVisitsGraph%22%7D%2C%7B%22uniqueId%22%3A%22widgetReferersgetWebsites%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getWebsites%22%7D%7D%5D%2C%5B%7B%22uniqueId%22%3A%22widgetReferersgetSearchEngines%22%2C%22parameters%22%3A%7B%22module%22%3A%22Referers%22%2C%22action%22%3A%22getSearchEngines%22%7D%7D%2C%7B%22uniqueId%22%3A%22widgetVisitTimegetVisitInformationPerServerTime%22%2C%22parameters%22%3A%7B%22module%22%3A%22VisitTime%22%2C%22action%22%3A%22getVisitInformationPerServerTime%22%7D%7D%5D%5D

This is from my httpd.conf:

LimitRequestFields 40
LimitRequestFieldSize 2000
LimitRequestLine 1000

I'd prefer not to jack it up, especially since it worked until 0.2.35.

@robocoder
Copy link
Contributor

dupe #714

@robocoder
Copy link
Contributor

sorry dupes #717

@till till added this to the RobotRock milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants