The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
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 |