Closed jenlampton closed 7 years ago
And another one:
Configuration sync failed. The following errors were reported:
The configuration "metatag.instance.global" must have a "label" attribute specified.
And another:
Recoverable fatal error: Object of class Config could not be converted to string in metatag_config_create() (line 281 of backdrop/modules/contrib/metatag/metatag.module).
Hm, it looks like these might be related to my own config situation being a little snafu'd. I'm going to resolve manually and then see if I can reproduce these issues. Closing for now.
This looks valid, I've traced the problem back to metatag_config_create()
which appears to be accidentally invoking hook_config_create()
. The good news is that function wasn't being called by anything else, so I have removed it. I'll test this on my site for a bit, but if nothing is affected it should be a quick fix.
Removed, and will be fixed in the next release.