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
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
Unable to complete Step 5 creating new form --Fixed - 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: Unable to complete Step 5 creating new form --Fixed (/showthread.php?tid=671)



Unable to complete Step 5 creating new form --Fixed - levandesigns - Apr 26th, 2010

I'm trying to add a new form to our list(actually for this site it will eventually replace the only other one in use). I've created numerous forms on numerous sites(including the one giving me errors) without a problem and I have no idea what may be causing this one.

Basically, at step 5, when clicking next, the blue box with "Your form has been completed depending on the number of fields..... etc" pops up for half a second, and then the box shrinks and turns pink as if there is an error, but never populates with any error message. The next page request seems to stop, and the ajax loader graphic just sits spinning.

I wish I could give more information on this, but like I said, the message box just turns pink, has no text in it, and sits unresponsively. If I exit the form setup the form still shows as incomplete on the main list.

Any insight on this would be greatly appreciated

EDIT: I figured out the problem, which was ridiculously simple. Just because there is no indication of exactly what is wrong, I just wanted to share: we installed formtools, then after the fact it was decided to use htaccess to force the www. on urls, the config file was setup as $g_root_url="http://example.com/formtools" and had to be changed to "http://www.example.com/formtools", not sure why the rest of the formtools script worked properly and it only caused a problem with this step, every other function we've used since this site went up has worked fine, except step 5 in adding a new form.

Hope that helps anyone who runs into an empty mystery red box on that step


RE: Unable to complete Step 5 creating new form --Fixed - Ben - May 1st, 2010

Huh... very interesting. I've logged this as a bug, just in case. I'd like to investigate it because it may well relate to another bug that I couldn't reproduce.
http://bugs.formtools.org/index.php?cmd=view&id=225

Thanks very much for the post!

- Ben


RE: Unable to complete Step 5 creating new form --Fixed - maidanet - May 6th, 2015

I just had this same problem occur, and the fix was the same. If you'd like to see a screenshot of the error (with the blank red error box), it is here: http://grab.by/H4Gk


[SOLVED] Unable to complete Step 5 creating new form --Fixed - ttuhsc-library-user - Aug 4th, 2015

We are having a similar problem on a new installation. Get to step 5, and when formtools attempts to connect back into the web form to complete the installation we receive a message that some of the form fields do not exist. See screen shot here:

https://tinyurl.com/pcq2wbl


[SOLVED] - the solution was to target the exact html file for the FORM URL when initially setting up a new external form in formtools, not just the parent directory. But why? Web browsers can figure out that http://example.com/form/ really means http://example.com/form/index.htm