https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23797 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Alex Arnaud <alex.arnaud@biblibre.com> --- Owen, As the old syspref name is longer than the others you moved into opac_news, the atomicupdate fail if the language code is more than 3 characters: DBD::mysql::db do failed: Data too long for column 'lang' at row 1 [for Statement "INSERT INTO opac_news (branchcode, lang, title, content ) VALUES (NULL, ?, '', ?)"] at (eval 1424) line 23. OpacLoginInstructions_en //Ok OpacLoginInstructions_es_ES // Not ok OpacLoginInstructions_de_DE // Not ok Changing opac_news.lang column to a varchar(30) would be ok. Sorry -- You are receiving this mail because: You are watching all bug changes.