[SOLVED] ACF not saving data after WP 5 update
Luke Secomb

Luke Secomb @lukethacoder

About: think differently.

Location:
Australia
Joined:
May 6, 2019

[SOLVED] ACF not saving data after WP 5 update

Publish Date: May 4 '20
4 4

If in doubt, duplicate your ACF Field group.

In all seriousness, this should solve any issues regarding not being able to save posts with nested ACF fields & repeaters.

If this does not work. Try adjusting the WP DB table wp_options -> option_name to a lower version. This will trigger the ACF DB update if needed.

Cover image credits: @steadyhandco

Comments 4 total

  • Josh
    JoshJan 6, 2021

    This worked! 😃

  • Andrea Fenili
    Andrea FeniliApr 20, 2023

    Hello, I have the same (big) problem. Could you kindly explain better what I should do? I can have access to WP DB table but I don't understand which value I have to change.
    Thank you very much.

    • Andrei Surdu
      Andrei SurduMay 17, 2023

      In the WordPress xx_options table find the row where option_name is db_version and chage that to trigger DB update.

      • Andrei Surdu
        Andrei SurduMay 17, 2023

        However, I will be very careful with this. I tried it (on localhost, obviously) and destroyed the entire site.

Add comment