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
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
Huge form - Error: Forbidden on Finalize - 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: Huge form - Error: Forbidden on Finalize (/showthread.php?tid=2371)



Huge form - Error: Forbidden on Finalize - Aryl - Feb 6th, 2013

I have been struggling with this for days.
I have a huge form with 280 fields, over half are textboxes or textareas that are visible to the form only if a radio button is set to No.
After setting the field sizes or if I try to skip field sizes, I get Error: Forbidden at the top of the page when I try to finalize.
I can split the form into 2 and each works, but I really need it to be only one form.

Any help would be greatly appriciated.

Thanks,
Aryl


RE: Huge form - Error: Forbidden on Finalize - Aryl - Feb 8th, 2013

Well, I can only get around 250 fields before I get Error: Forbidden. I can't even add fields to the form within FormTools once the field count gets over 240 (maybe less).
MySQL allows other programs to have all 280 fields without a problem.
I even tried setting all the fields to Large, with same result. I guess i am out of luck with FormTools for this project.

Thanks,
Aryl


RE: Huge form - Error: Forbidden on Finalize - Joe - Feb 8th, 2013

Aryl,

Your issues might be attributed to your server, your host might have the max_input_vars setting set: http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars

This setting limits the max size of POST and GET variables, which will cause issues for larger forms.

To add more fields on the Edit Form -> Fields tab, one way to get around it is just to limit the number of fields displayed per page. That will solve it and allow you to add more fields.

Cheers,

Joe


RE: Huge form - Error: Forbidden on Finalize - Aryl - Feb 11th, 2013

Thanks, Joe,

I have worked around getting all the feilds into the database. What a pain getting the view reordered.

Per my host, they doesn't have max_input_vars set.
I have also discovered that the error still comes up unless I reduce the number of radio buttons.

Thanks for your help,
Aryl