Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Steve

Error with latest ACF 3.0

After upgrading to the ACF 3.0 addon we’re getting the following error on our site en masse until the site runs out of memory and gives me a 500 error:

PHP Warning: Trying to access array offset on value of type bool in /sites/staging.amusedgroup.assemblo.com/files/web/app/plugins/ac-addon-acf/classes/GroupColumnFactory.php on line 33

This is with the latest version of the main plugin and ACF version 5.12.2.

1 year, 12 months ago
Stefan van den Dungen Gronovius
Developer

Hello Steve,

Can you send me your ACF field configuration for the object type where you have the issue?
Please send me the info to support@admincolumns.com

1 year, 12 months ago
Stefan van den Dungen Gronovius
Developer

I think I found the issue. Do you maybe have Group fields inside group fields?
In that case, you can change the following file:

ac-addon-acf/classes/GroupColumnFactory.php

You can change it with the following contents:
https://gist.github.com/DGStefan/b7e69249ed510728ba718c190511f8c3

It will disable the support for group fields inside group fields.
We will investigate this issue further, but I hope this will already help you to solve the issue.

1 year, 12 months ago

You must be logged in to reply to this topic.