Home › Forums › Backend Issues (wp-admin) › how to solve problem › Reply To: how to solve problem
This suggests that the $fields parameter is not an array as expected.
Can you please test this out by editing the file ‘pro/fields/class-acf-field-clone.php’ on line 119 and change the start of the acf_get_fields function to:
function acf_get_fields( $fields, $parent ) {
// bail early if empty
if( empty($fields) ) return $fields;
I have fixed this issue earlier when I was using shared hosting but after moving to WordPress managed hosting, I have never got any error like this because their platform is easy to use and compatible with WordPress versions.
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.