• Resolved caserinik

    (@caserinik)


    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 Update

    Is 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!

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I’m afraid that the solution you found does not apply here. (In fact, it only applies to the WordPress theme framework Redux).

    You would indeed have to increase that max_input_vars limit variable in your PHP configuration.
    Now, I’m not really sure that this is actually what causes this AJAX error in TablePress, as TablePress doesn’t really use that many individual variables. If possible, I’d like to take a direct look at this on your site. Could you therefore please get in touch via email (the address is in the main plugin file “tablepress.php”)? That way, I can investigate this directly. Thanks!

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘max_input_vars Error’ is closed to new replies.