The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Fatal Error - 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: Fatal Error (/showthread.php?tid=663) |
Fatal Error - mervinFT - Apr 21st, 2010 Hi Ben Here is my problem, I have gotten everything submitted and test submission was completed. I have removed the initialize and here is where the problem starts. Here is the error I get Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16 bytes) in /home/content/m/a/r/marcuservin/html/formtools/process.php on line 193 I appreciate any help I can get. I have been using it fine until recently. RE: Fatal Error - Ben - Apr 23rd, 2010 Hi Mervin, Ah, that's a php.ini setting. Give this thread a read over: http://forums.formtools.org/showthread.php?tid=7&highlight=%22Allowed+memory+size%22 All the best! Ben RE: Fatal Error - mervinFT - Apr 23rd, 2010 (Apr 23rd, 2010, 6:54 PM)Ben Wrote: Hi Mervin, Hey Ben, Thanks for even replying. I'm not gonna pretend to know everything you are speaking of with the php.ini settings. If you could just direct me of where to look I will go through it line by line. I attempted myself but was unsuccessful of finding this particular location. Still learning. Thanks for your help Okay I did some more searching and found the php.ini file on the root and here is the script: register_globals = off allow_url_fopen = off expose_php = Off max_input_time = 60 variables_order = "EGPCS" extension_dir = ./ upload_tmp_dir = /tmp precision = 12 SMTP = relay-hosting.secureserver.net url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset=" [Zend] zend_extension=/usr/local/zo/ZendExtensionManager.so zend_extension=/usr/local/zo/4_3/ZendOptimizer.so Maybe you might be able to see something I can't. Thanks RE: Fatal Error - Ben - Apr 24th, 2010 Hey Mervin, Yeah, this stuff is always rather fiddly. I try to avoid tinkering with server configuration stuff as much as possible, so I'm probably as much in the dark as you. Try adding this line to the php.ini file: memory_limit = 64M That *should* tell the PHP engine to increase the memory for all subfolders from the php.ini in which PHP scripts are running, hence solving our problem. Let me know how it goes. - Ben RE: Fatal Error - mervinFT - Apr 26th, 2010 Thanks for your help Ben, Could not get it to work, tried everything I could think of. I will find a different approach to the problem to get it solved. thanks again |