Setting suhosin GET/POST Limits
If your having issues with long urls try changing maximum limit for GET requests
Edit your php.ini and find
suhosin.get.max_totalname_length = 256 suhosin.get.max_value_length = 512
Change those values to the maximum length of your urls
You can find more on Suhosin configuration here