You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: