Home › Forums › General Issues › Bug with ACF Pro v5.0.6 – Can't edit / save existing fields
Hello – just updated to ACF Pro v5.0.6 and can no longer save changes made to existing fields – it throws an alert prompt about leaving the page / staying on the page once clicking Update. Clicking update just spins and never saves.
WP v3.9.2 Only a few standard plugins installed – update to ACF 5.0.6 was the only change.
Thank you,
Jonathon
Rolled back to ACF Pro v5.0.5 (copied from a second install in dev that I hadn’t updated yet) and that allows me to edit / save the existing fields again as expected.
Had this same issue happen to me in v5.0.6. Went ahead and clicked that it was ok to leave the page and everything saved and published as intended anyways. Just thought I’d give a heads up.
Thanks for the heads up – that’s odd, I went ahead and left the page, but it didn’t save the changes.
Same here: I get the warning about having entered text and leaving the page, I also get the spinner, but this might be an autosave issue or something like that โ Iโm ultimately able to save the changes.
Just adding my two cents โ something isnโt quite right.
I’m experiencing the same problem with version 5.1.4. Has this been fixed?
Hi,
In wp-content\plugins\advanced-custom-fields-pro\fields\taxonomy.php
try to change (near line 320):
$term_ids = wp_get_object_terms($post_id, $field[‘taxonomy’], array(‘fields’ => ‘tt_ids‘, ‘orderby’ => ‘none’));
by
$term_ids = wp_get_object_terms($post_id, $field[‘taxonomy’], array(‘fields’ => ‘ids‘, ‘orderby’ => ‘none’));
It works for me (version 5.1.4)
Eric
Thanks addeo, I’ll try it.
I just noticed it only happens with qtranslate fields! The rest of fields are working correctly. Is it the same for you?
For me, it happens with taxonmy fields, when term_id and term_taxonomy_id are different in the table wp_term_taxonomy. (the taxonomy is create by an import of data).
Eric
Then I guess my problem is different. I opened a different thread for it.
Thanks!
The topic ‘Bug with ACF Pro v5.0.6 – Can't edit / save existing fields’ is closed to new replies.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.