Support

Account

Home Forums Backend Issues (wp-admin) Error ID’s after Update to 6.4.0

Unread

Error ID’s after Update to 6.4.0

  • I used to use custom IDs in Advanced Custom Fields to save ACF field data, for example:

    'location' => array(
    array(
    array(
    'param' => 'post',
    'operator' => '==',
    'value' => 'custom-config',
    ),
    ),
    ),

    And this always worked very well, but after the 6.4.0 update, only posts that have IDs saved in the database are being saved.

    When I downgrade to version 6.3.11, it works again.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.