The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Step 3 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: Step 3 Error (/showthread.php?tid=318)



Step 3 Error - Gronkstar - Oct 2nd, 2009

I have setup formtools and went to process the first so i can add it to form tools and this is the error i get after i have submitted the form on the process.php file? - i get as far as step 3

Notice: Undefined index: access_type in C:\Inetpub\vhosts\ausnetservers.net.au\subdomains\formmail\httpdocs\global\code\forms.php on line 429

Notice: Undefined index: is_complete in C:\Inetpub\vhosts\ausnetservers.net.au\subdomains\formmail\httpdocs\process.php on line 70

Notice: Undefined index: is_active in C:\Inetpub\vhosts\ausnetservers.net.au\subdomains\formmail\httpdocs\process.php on line 78

Notice: Undefined index: processing_invalid_form_id in C:\Inetpub\vhosts\ausnetservers.net.au\subdomains\formmail\httpdocs\process.php on line 94


RE: Step 3 Error - Ben - Oct 4th, 2009

Hi Gronkstar,

Would you mind sending me a link to a phpinfo() file on your server so I could take a look? Since this isn't the first problem you've run into, I was just curious to know a little more about your PHP installation. My email is ben.keen@gmail.com. But no worries if not.

If everything appears to be working okay, you could simply update the error notification level to only output genuine errors. While Form Tools 2 is in Beta (probably for some time yet) I thought I'd crank up the error notification level to a REALLY high level (all errors, warnings & notices) so every last little issue is seen and reported. But it really doesn't need to be that high. You can just add the following line to your /global/config.php file:

PHP Code:
$g_default_error_reporting 

That will then tell the script to only output "real" problems, not undefined array indexes like the ones you reported.

Speak soon -

Ben