Thanks for the answer, but meanwhile I have solved the problem. I have tested some more, created forms with plain PHP/HTML and searched the web. My main system is Mandriva, I have tried the same tests with Ubuntu as well. There it worked. 5000 fields -> no problem. To make it short: Mandriva's apache/php comes with the Hardened PHP-Project's Suhosin (http://www.hardened-php.net/). This gets you some more options for PHP. One of the options was to limit the $_POST variable to 200 entries. I had only 50 entries, because I had an array of 4 variables for each field, which therefore delivered 50 entries at the top level. I have disabled Suhosin, so it works without problems now. No problem with CakePHP.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
