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



Form Tools
Stuck at "Add Form - Step 4" - 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: Stuck at "Add Form - Step 4" (/showthread.php?tid=753)



Stuck at "Add Form - Step 4" - coldrake - Jun 21st, 2010

Hi,

I've been trying to create a new multi-page form with the API. My test submission goes through okay. I proceed to "Add form - Step 4" and fill in the "Display Name" column with Smart Fill and that works fine. Unfortuately, when I try to move on to the next page, page 4 just refreshes itself and the "Display Name" column is cleared. I've checked the database and the fields are being added to the "ft_form_fields" table but the table for the form is not created.

There are no errors. I have aready installed one multi-page form on this installation successfully so this has me baffled. I've restarted the process several times and also reinstalled all the FormTools files.

I have the following on shared hosting;
Core Version 2.0.0
API Version 1.0.0-beta-20090908
Linux
MySQL Version: 5.0.87
PHP Version: 5.2.13

I have a deadline looming so any assistance at all would be greatly appreciated.


RE: Stuck at "Add Form - Step 4" - Ben - Jun 22nd, 2010

Hi coldrake,

Sorry you're having troubles.

I've seen this before on a server that has suhosin installed. That's a security patch for PHP that includes a number of restrictions on PHP's default behavior: including the amount of information stored and passed by POST, GET and SESSIONS.

Could you take a look at your phpinfo() file and see if it's installed?

- Ben


RE: Stuck at "Add Form - Step 4" - coldrake - Jun 23rd, 2010

Hi Ben,

Thanks for getting back to me. Yes, my host does have suhosin installed. Any ideas for a work around?

I'm guessing it will depend on what particular restriction I've annoyed. My first guess it probably has something to do with the number of fields in my forms.

Thanks,
Penny