Home › Forums › Add-ons › Flexible Content Field › Layout inside flexible content drops out › Reply To: Layout inside flexible content drops out
Hi @MR___
Thanks for the question. The answer to which is most likely that WP is unable to save the value.
The reason for this is due to the string length of the meta_name which you are trying to save. The more depth (from repeaters / flexible content fields), the longer the value name saved in the DB.
Some database tables contain character limits on the metaname column. This changes from the postmeta, to the options and the usermeta tables.
Another possibility is that your server is running out of variables or memory during the save and is simply failing to execute the save function.
Best bet is to loog in your server logs. They will hopefully show the error that is occurring.
Thanks
E
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.