http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11835 Bug ID: 11835 Summary: Warnings from DBIx about Moo::_Utils and Class::XSAccessor in Koha::Schema Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org It started with the following warnings in my staff logfile: member.pl: Class::XSAccessor exists but failed to load with error: Attempt to reload Class/XSAccessor.pm aborted. member.pl: Compilation failed in require at /usr/local/share/perl5/Moo/_Utils.pm line 54. You could try to reproduce them by entering a partial name in the Patron search box on members-home or member. (I entered a name that returned some hits.) Some debugging brought me via Koha/List/Patron and Koha/Database (_new_schema) to Koha::Schema (which goes to DBIx::Class::Schema. Problem somehow is the Koha::Schema->connect call in _new_schema. I do appreciate any feedback whether you have the same error/warning in your log.. -- You are receiving this mail because: You are watching all bug changes.