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
Build docker-container from wordpress:6.7.1-php8.2-apache
Upload ACF-Pro & activate plugin
Refresh page, get window with 'critical error'
Go to docker-container, and see the error log, reading like the log-message above
Expected behavior
A working ACF-Pro with PHP8.2.
I found a working solution using the proposed solution from this issue: add the code below at line 1493 in the file class-acf-field-flexible-content.php, right after the foreach:
if (!is_array($sub_field)) {
continue;
}
Version Information:
WordPress Version 6.71.
PHP Version 8.2
ACF Version 6.3.11
Browser [e.g. chrome 103, safari 17]
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting a PHP Fatal error after uploading ACF Pro on a fresh Wordpress 6.7.1 + PHP8.2 install.
To Reproduce
Steps to reproduce the behavior:
wordpress:6.7.1-php8.2-apache
Expected behavior
A working ACF-Pro with PHP8.2.
I found a working solution using the proposed solution from this issue: add the code below at line
1493
in the fileclass-acf-field-flexible-content.php
, right after theforeach
:Version Information:
The text was updated successfully, but these errors were encountered: