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



Form Tools
Strange error - 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: Strange error (/showthread.php?tid=1700)



Strange error - filch - Oct 17th, 2011

Ben,

Just updated an install of formtools to 2.1.4 and now when I submit I get the error shown in the attached image ... not exactly helpful. When I logged on after the update it said everything was fine. I then set up a new form and the test submission threw the same error but still seemed to go through and the form fields showed up in the formtools admin. However now I still get the same error when trying to make a submission and nothing goes through. Grrr!!

Ever see this before? Any ideas?

Dave


RE: Strange error - Ben - Oct 17th, 2011

Hey Dave,

Oh boy, this has been an evening of bugs... Sad

No, I haven't seen that particular error before (and no kidding it's not very helpful...). When you say you get the same error when trying to make the submission, do you mean through your (external) form or through the FT interface?

A couple of things:
- Does this occur on all forms or just the one?
- have you noticed any other problems, or just this?

Try logging out and in (want to eliminate sessions as the cause). Same problem?

If you want me to look at the problem directly, just email me at ben.keen@gmail.com.

Ben


RE: Strange error - filch - Oct 17th, 2011

Hey Ben, I got around the error by running the installer again with a new prefix. Something must have happened when I upgraded. I get the feeling that there was a problem/conflict with the ft_ prefix because I had a number of fieldnames who's name was ft_ (short for field trip). Never thought about it when I made the fields but thinking that might have been causing the screw up?

Thanks,

Dave


RE: Strange error - Ben - Oct 17th, 2011

Maybe, but I doubt it... I use ft_ in a few of my own installations without trouble.

But just to check: you mentioned that you originally encountered the problem on an upgraded version of the script? And this second time 'round was a fresh installation?

- Ben


RE: Strange error - filch - Oct 18th, 2011

(Oct 17th, 2011, 9:48 PM)Ben Wrote: Maybe, but I doubt it... I use ft_ in a few of my own installations without trouble.

But just to check: you mentioned that you originally encountered the problem on an upgraded version of the script? And this second time 'round was a fresh installation?

- Ben

Yes, that is correct. I used the same database but with the altered prefix to ft2_

Dave