Home › Forums › Front-end Issues › image url broken after migration › Reply To: image url broken after migration
The problem is that the ACF field key reference is missing in the DB, or the field key reference is wrong. How did you migrate the site?
Every field has 2 entries in the meta table
meta_key | meta_value
{$field_name} | value
_{$field_name} | acf field key
without the second entry ACF does not know what to do with the value in the first entry
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.