max_input_vars Error
-
Dear Tobias,
we have an error in saving our table: “Cannot save: Ajax call failed…”
In the log we have:
“[19-Jan-2017 11:44:35 UTC] PHP Warning: Unknown: Input variables exceeded 20000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0″I found in github a solution:
“https://github.com/reduxframework/redux-framework/issues/2631″
” … All you have to do is replace the parse_str( $_POST[‘data’], $values ); with $values = redux_parse_str( $_POST[‘data’] );”but I need little help to apply it. We have installed
TablePress
TablePress Extension: Automatic URL conversion
TablePress Extension: Change DataTables strings
TablePress Extension: DataTables Column Filter
TablePress Extension: Table Auto UpdateIs there a call in Tablepress to parse_str function or similar?
May I modify it? If yes, where is it?thank you anyway for your great job!
- The topic ‘max_input_vars Error’ is closed to new replies.