3 users online. Create an account or sign in to join them.Users
Incompatible with 2.0.7, Select Box Link field and Address field?
This is an open discussion with 3 replies, filed under Troubleshooting.
Search
Getting the same warning here - no address field in use, though.
Then it must be the Selectbox Link field, I would have thought. However, it’s not in use on the section I get the error in. The only fields in use are the Text Box field and the Address field.
I get the same Warning here ina 2.0.7 install.
Create an account or sign in to comment.
I’m not yet submitting this as a bug report to a specific extension because, to be honest, I’m not sure which extension is to blame here.
I created a new installation of Symphony 2.0.7 (locally) with the latest versions of all extensions and so forth. I created a section that contained one Address field and a few Text Box fields that was made into a single-entry by the Static Section extension.
Now, whenever I try to enter in data to the fields I get an error telling me to check the activity log, which outputs as follows:
Odd as I do not have a Select Box field on this section. However, if I remove the Address field everything works just fine.
The offending line is:
$fields[] = array($f->get('id'), @in_array($f->get('id'), $this->get('related_field_id')), $f->get('label'));I think there’s an issue related to the Address field making reference to something in the Select Box Link field which is now broken or at least no longer accessible?