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@gmail.com Reporter: colin.campbell@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.