acf icon indicating copy to clipboard operation
acf copied to clipboard

PHP Notice after fetching acf

Open mauthi opened this issue 4 years ago • 1 comments

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

mauthi avatar Nov 27 '20 17:11 mauthi

We also see this.

letsrun avatar Apr 05 '21 22:04 letsrun