Hi there, I have an application built with yii. I have this problem wherein I have a table with 8 filters at least. When I filter at any field, it works. But filtering again at other columns or even clicking the next page throws me no error, but just a connection reset response.
here is the url:
http://sample.site.com/leads/default/index/MLeads%5Bid%5D//MLeads%5Bname%5D//MLeads%5Bperson%5D//MLeads%5Btitle%5D//MLeads%5Bdesignation%5D//MLeads%5Bemail%5D//MLeads%5Bnumber%5D//MLeads%5Busermaker%5D/gonzales/MLeads%5Bstatus%5D//MLeads_page/2/ajax/leadslist?ajax=leadslist
If I manage to minimize the url, it works. But as it grows longer, it seems to fail all the time.
Please do help! Thanks!
Oh and one more thing, when I do long GET urls on projects not under Yii, (localhost/sample/index.php?id=1&var=a...) it throws no errors.
here is the url:
http://sample.site.com/leads/default/index/MLeads%5Bid%5D//MLeads%5Bname%5D//MLeads%5Bperson%5D//MLeads%5Btitle%5D//MLeads%5Bdesignation%5D//MLeads%5Bemail%5D//MLeads%5Bnumber%5D//MLeads%5Busermaker%5D/gonzales/MLeads%5Bstatus%5D//MLeads_page/2/ajax/leadslist?ajax=leadslist
If I manage to minimize the url, it works. But as it grows longer, it seems to fail all the time.
Please do help! Thanks!
Oh and one more thing, when I do long GET urls on projects not under Yii, (localhost/sample/index.php?id=1&var=a...) it throws no errors.