By Andrew211 on
Hey we've created a custom form builder module, soon to be contributed, however have stumbled across a strange issue.
Firtly, it works fine on our local copies using WAMP or XAMPP, however as soon as we upload to our cPanel server, the form we have built will not submit.
The function within the module "customform_admin_submit" is never called. Im talking a form that is f.ing huge!! Small ones work fine.
The form that will not submit has 1029 inputs.
I can’t see it being the post_max_size as we have set it to 100MB on the server and it’s only 50MB on the local.
We are using the Drupal Forms API with our module.
Any help appreciated.
Thanks.
Comments
Check whether u have suhosin
Check whether u have suhosin enabled. He has some restriction like: post_max_vars. Took me 2 days before I found that out.
resolved
Thanks heaps for that, you where right on the money. Legend!!!