Nov 27th, 2009, 11:47 PM
Hello
i have setup a big form with 374 fields, most of them are tiny size, but some are 20 chars, and up to " large text" size.
for now we have 64 submissions, everything is working fine, but when i wanted to download an excel file i had a memory error and had to increase PHP memory limits to 20 MB to make it work
the error was
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 2049963 bytes)
form submission was still working fine
do you know about potential problems with such big forms
thank you
alexis
i have setup a big form with 374 fields, most of them are tiny size, but some are 20 chars, and up to " large text" size.
for now we have 64 submissions, everything is working fine, but when i wanted to download an excel file i had a memory error and had to increase PHP memory limits to 20 MB to make it work
the error was
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 2049963 bytes)
form submission was still working fine
do you know about potential problems with such big forms
thank you
alexis