Skip to content

PHP Notice after fetching acf #96

Description

@mauthi

I try to fetch an acf 'url' with:
Customer::find(3271)->url;

I get the following error:
PHP Notice: unserialize(): Error at offset 0 of 31 bytes in /Users/mauthi/coding/Enso/vendor/corcel/acf/src/Field/BasicField.php on line 91�

Line 91 is:
if ($array = @unserialize($value) and is_array($array)) {


PHP Version: 7.4.11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions