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
Error Code: #101 - 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: Error Code: #101 (/showthread.php?tid=560)



Error Code: #101 - Huku - Mar 9th, 2010

Hello
i installed Formtolls and everything is ok, but when i try to fill the form i receive this error:
Error Type: User
Error Code: #101 — Learn more about this error.

I dont know what to do, i read regarding the errors but with no effect.
I add this to my form
<form action="http://www.mydomain/formtools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
Please help me!

I'm just forgot to remove this row:<input type="hidden" name="form_tools_initialize_form" value="1" />


RE: Error Code: #101 - martin_undefined - Mar 9th, 2010

Hi,

** Just noticed that it looks like you have removed the extra line. So - just confirm that you have done a test submission first and then we'll try and work it out from there **

Have you successfully added a test submission of the form?

If not, you need to do that (see the instructions), if you have I think you need to do the following:

Quote:The final step is just for finalizing your form: pushing it into "live" mode. This tells Form Tools to start storing the submissions. What you need to do depends on the submission type: direct or code via the API. Both are quite simple.

Direct Submissions

Return to your form and remove the following hidden field:

<input type="hidden" name="form_tools_initialize_form" value="1" />

After you refresh your form page, submissions should now be stored in Form Tools.

It looks like you've still got this line in.

Hope that helps.

Martin

quote='Huku' pid='2248' dateline='1268168244']
Hello
i installed Formtolls and everything is ok, but when i try to fill the form i receive this error:
Error Type: User
Error Code: #101 — Learn more about this error.

I dont know what to do, i read regarding the errors but with no effect.
I add this to my form
<form action="http://www.mydomain/formtools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
Please help me!

I'm just forgot to remove this row:<input type="hidden" name="form_tools_initialize_form" value="1" />
[/quote]