Support

Account

Forum Replies Created

  • Hi John,

    As I investigated the plugin that you suggested, I understood that this is not a solution for “max_input_vars” problem on ACF. This is just a pop-up warning for users. Actually, we don’t solve the problem with this plugin, just inform the user about the problem.

    Is there any other solution for ACF’s “max_input_vars” problem?

  • Hi John,

    Actually, there is not any timeout problem on our ACF pages. The problem is that sometimes if we add too much content on a page and if we update or save that page, total or half of the page content gets lost.

    To overcome this problem, we have tried to apply your suggestions in your first comment. And we have changed the values of some input parameters. But at the end of our tests, we couldn’t find any rational and visible relation between the input length parameters and the page content loss.

    The “values/test results” relation has occurred in like the list below.

    -If the max_input_vars = 999999999999999999999999999 => no content loss
    -If the max_input_vars = 999999999999999999999999999 => content loss
    -If the max_input_vars = 1000 => content loss
    -If the max_input_vars = 9223372036854775807 => no content loss
    -If the max_input_vars = 999999999999999999999999999 => no content loss
    -If the max_input_vars = 1000 => no content loss
    -If the max_input_vars = 999999999999999999999999999 => no content loss
    -If the max_input_vars = 999999999999999999999999999 => no content loss
    -If the;
    max_input_vars = 1000
    suhosin.get.max_vars = 1000
    suhosin.post.max_vars = 1000
    suhosin.request.max_vars = 1000 => content loss
    -If the;
    max_input_vars = 999999999999999999999999999
    suhosin.get.max_vars = 999999999999999999999999999
    suhosin.post.max_vars = 999999999999999999999999999
    suhosin.request.max_vars = 999999999999999999999999999 => no content loss

    As you view, there is not a visible relation between the values of the parameters and their test results.

    Now we are stuck in the solving the content loss problem on ACF pages. We want to learn that; in which other conditions can page content loss occur?

Viewing 2 posts - 1 through 2 (of 2 total)