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



Form Tools
Error Code: #500 - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17)
+--- Thread: Error Code: #500 (/showthread.php?tid=339)



Error Code: #500 - javi - Oct 20th, 2009

I'm new to this, and to add captcha form in step 2 i get this error:


ERROR

Error Type: User
Error Code: #500 — Learn more about this error.

The form ID passed to the ft_api_create_blank_submission function is invalid.


See if you can help

thanks


RE: Error Code: #500 - maxcreigs - Mar 10th, 2010

Basically 500 error codes are caused by a decent number of things (from incorrect permissions to DOS line endings to ...) and they're pretty much a result of something you're doing or have misconfigured. There isn't just a simple solution to "why am I getting a 500 error" without being able to look at everything and see.


RE: Error Code: #500 - Martin_Dee - Mar 11th, 2010

Hi,

The #500 error code relates to the form_id.

So, somewhere along the line when you've submitted a test version of your form, your form will have been assigned a form_id. You can see this from looking at the list of forms in admin.

The first thing to check is that the form_id in your form matches what the is set in the admin screen.

If that isn't the cause, post back with the form_id and confirm the steps you've done so far.

(Oct 20th, 2009, 2:12 PM)javi Wrote: I'm new to this, and to add captcha form in step 2 i get this error:


ERROR

Error Type: User
Error Code: #500 — Learn more about this error.

The form ID passed to the ft_api_create_blank_submission function is invalid.


See if you can help

thanks