The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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,

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

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. Smile

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