thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

Request URI too long when saving big instances array in mouf instance interface #37

Closed nguyenk closed 11 years ago

nguyenk commented 11 years ago

Example : I have a huge BCE form, that has around 100 field descriptors; ie my fieldDescriptors propoerti is a big array.

When saving, I get an error : "Status code: 414 - Request-URI Too Long Request-URI Too Long The requested URL's length exceeds the capacity limit for this server."