The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Fatal error on form submission for new form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Fatal error on form submission for new form (/showthread.php?tid=2385) |
Fatal error on form submission for new form - jmartinHLG - Feb 20th, 2013 I have installed Form Tools on an internal server. The installation seemed to go well and I was able to create a form and verify it. The form has 6 fields, all of which are textfields. However, when I submit a form I get an error: ( ! ) Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36 bytes) in C:\wamp\www\formtools\process.php on line 204 The PHP.ini file has a memory_limit of 128mb. Any thoughts on what could be wrong? RE: Fatal error on form submission for new form - Joe - Feb 20th, 2013 Without looking at your installation and server configurations it's difficult to pin point what could cause this issue however increasing the memory in your PHP.ini file will fix this. Cheers, Joe |