Support

Account

Home Forums Backend Issues (wp-admin) Add ACF field deletes 20 fields

Helping

Add ACF field deletes 20 fields

  • Hi there,

    I have a weird issue. Not really sure what I’m doing wrong here. I am using ACF v4.4.11.

    Also I am running WP 4.7.3. Currently ACF v4.4.11 says it has not been tested against this version of WP. Could this be part of the problem?

    I moved over my website from local development to production. Now when I’m on production trying to add additional fields to the site. Whenever I add a field it removes 20 fields data and all.

    Any thoughts as to why this would be happening.

  • Hi @johnstew

    It is possible that you are hitting the max_vars limit on your server and you can fix this 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

    Let me know if this helps.

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

The topic ‘Add ACF field deletes 20 fields’ is closed to new replies.