Hi!
How can I fix it?
At Database update:
The following updates returned messages
metatag module
Update #7102
Failed: PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'context' at row 18714: UPDATE {locales_source} SET location = REPLACE(location, 'metatag:metatag:', 'metatag:metatag_output:'), context = REPLACE(context, 'metatag:', 'metatag_output:') WHERE textgroup = 'metatag' AND location LIKE 'metatag:metatag:%'; Array ( ) metatag_update_7101() function (.../sites/all/modules/metatag/metatag.install 1916 line).
Do I need to fix it in the database manually?
Comments
Comment #2
damienmckennaCould you tell me what the context string is that is too long? Try this query:
Comment #3
damienmckennaI suppose there could be two improvements made here:
Comment #4
damienmckennaLets fix this for the next release.
Comment #5
damienmckennaLets see if this works.
Comment #6
damienmckennaThe core menu system cannot handle a fixed path that is over 255 characters, so I've extended the tests to test pages to confirm the output translations don't cause problems.
Comment #7
damienmckennaCommitted.