Notice: Array to string conversion in class-acfct-database-manager.php
-
I’ve been trying out the plugin, and I’ve noticed that, the more fields I add, the more notices I get when saving the group/ updating the table:
Notice: Array to string conversion in acf-to-custom-database-tables/includes/class-acfct-database-manager.php on line 247 and on line 248
During development, when having the error log on, this becomes somewhat annoying.
I was wondering if this will be fixed in the next update?Also a side question, when using the filter:
add_filter('acf_ct/settings/store_acf_values_in_post_meta', '__return_false');
The fields values aren’t show anymore in the admin. Is it supposed to work like that?
I was expecting that it would get the values from the table columns.
I’ve already made a fix for it via the “acf/load_value” filter, but I was just wondering if I’m missing a setting or filter somewhere?
- The topic ‘Notice: Array to string conversion in class-acfct-database-manager.php’ is closed to new replies.