[Koha-bugs] [Bug 9727] New: Typo in code causes compilation failure with Solr enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 28 10:56:43 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9727

            Bug ID: 9727
           Summary: Typo in code causes compilation failure with Solr
                    enabled
    Classification: Unclassified
 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: colin.campbell at ptfs-europe.com

With searchengine set to Solr typo in Koha::Searchengine::Solr::Index causes
compilation failure you can test by running rebuild_solr.pl -i thus:

 misc/migration_tools/rebuild_solr.pl -i
Global symbol "$record_type" requires explicit package name at
/home/cc/kohaclone/Koha/SearchEngine/Solr/Index.pm line 43.
Compilation failed in require at
/usr/lib64/perl5/vendor_perl/Class/MOP/Method.pm line 125.

Fixing the typo allows the command to run:

misc/migration_tools/rebuild_solr.pl -i
SolrAPI = http://localhost:8983/solr/koha
Solr is Down

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list