• Resolved herrschuessler

    (@herrschuessler)


    I have a field group with the following location rule created via PHP:

    
    'location' => array(
      array(
        array(
          'param' => 'attachment',
          'operator' => '==',
          'value' => 'image',
        ),
      ),
    ),
    

    The locations column in the field group list shows the following error for that field group:

    Notice: Array to string conversion in /.../wp-content/plugins/acf-extended/includes/field-groups/field-groups.php on line 207

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello!

    Thanks for the report!
    I’ll check it tonight and push a hotfix ASAP.

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Just to let you know that I haven’t forgot you, I already have a patch for this PHP notice, but I want to include some additional stuff in the update. I will push it soon 🙂

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Just to let you know that the latest ACF Extended 0.7.9.9.8 version fix this problem. You can download it from the official WP Repository.

    Thanks again for the report!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP error in location column for attachment field groups’ is closed to new replies.