http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1121 Summary: Encoding problems with BNF. Product: Koha Version: branch 2.2 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: z39.50 Server AssignedTo: jferraro@athenscounty.lib.oh.us ReportedBy: henridamien@koha-fr.org QAContact: koha-bugs@nongnu.org I tried to download a biblio from BNF and I got this : DBD::mysql::st execute failed: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' at /home/hdl/Koha/Code/savannah/koha-2.2/koha/C4/Breeding.pm line 103. DBD::mysql::st fetchrow failed: fetch() without execute() at /home/hdl/Koha/Code/savannah/koha-2.2/koha/C4/Breeding.pm line 104. My tables are utf-8 and encoding syspref is utf-8. But it seems as if there were two conflicting encodings in Mysql. Is this because of changes in Breeding.pm ??? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.