The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
what causes this error when trying to edit? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: what causes this error when trying to edit? (/showthread.php?tid=821) |
what causes this error when trying to edit? - bill.mcbride - Aug 24th, 2010 when trying to edit a submission on the listings page i get: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 5 bytes) in /var/www/htdocs/formtools/global/code/submissions.php on line 602 thanks bill RE: what causes this error when trying to edit? - Ben - Aug 28th, 2010 Hi Bill, I ran into this recently with /process.php on someone's installation. It was a very strange problem: the strip_tags() PHP function was causing that error. No idea why. What was especially odd was that he did a re-install and then it worked fine. He thought that it was caused by him using Dreamweaver to edit the file, but that seemed unlikely to me. If you like, email me at ben.keen@gmail.com with your FT login info, URL and FTP and I could debug the problem directly. - Ben |