Support

Account

Home Forums Bug Reports Fields Not Saving W/ Update

Solving

Fields Not Saving W/ Update

  • Hello,

    I’m running into an issue when I make an update, it’s deleting all my fields? Here is a video of what is happening: http://screencast.com/t/IBGv0WVI

    Is this something on my end that I need to change or is there an error within the plugin?

    Thank you,

    BJ

  • I’ve deleted the plugin and reinstalled, but still running into the same problem. Is anyone else having this issue?

  • Hi @thestart,

    Thanks for the post.

    It is possible that your server is terminating the save process before ACF can finish the field’s save process.

    Please increase your max_vars setting by making the following changes to your php.ini file:

    max_input_vars = 3000
    suhosin.get.max_vars = 3000
    suhosin.post.max_vars = 3000
    suhosin.request.max_vars = 3000
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Fields Not Saving W/ Update’ is closed to new replies.