[Koha-bugs] [Bug 11835] New: Warnings from DBIx about Moo::_Utils and Class::XSAccessor in Koha::Schema

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 25 15:04:14 CET 2014


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 at gmail.com
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list