Both functions metatag_update_7025() and metatag_update_7027() are attempting to write to metatag table instead of metatag_config. This will of course fail silently because no 'cid' field exists in metatag table.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | metatag-corrected_tables-2331677-1.patch | 7.22 KB | othermachines |
Comments
Comment #1
othermachines commentedI've replaced the original update functions with new, corrected functions. Is this the right approach? Also clearing the Metatags cache...
Comment #2
damienmckennaThank you for finding this bug and providing a patch, it's very much appreciated. I'll review this tomorrow.
Comment #3
damienmckennaCommitted. Thanks!