Hello,
I have a rather large form that I need to add even more inputs to, When I duplicate a group and then try and save the form I get:
[h1]Request Entity Too Large[/h1]
The requested resource does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.
I have tried increasing all the values within my php.ini file and server settings but with no success. the only thing I have not tried is mod_security, but could this be causing the issue. Could there be a rule preventing large volumes of data being saved into a database table?
Any advice gretaly received!
I have a rather large form that I need to add even more inputs to, When I duplicate a group and then try and save the form I get:
[h1]Request Entity Too Large[/h1]
The requested resource does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 413 Request Entity Too Large error was encountered while trying to use an ErrorDocument to handle the request.
I have tried increasing all the values within my php.ini file and server settings but with no success. the only thing I have not tried is mod_security, but could this be causing the issue. Could there be a rule preventing large volumes of data being saved into a database table?
Any advice gretaly received!