https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35570
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #14 from Pedro Amorim <[email protected]> --- (In reply to David Nind from comment #13) > I'm now getting this error after applying the first three patches (and > dependent patches), for step 3 in the Atomicupdate patch: > > Can't locate Koha/Illrequests.pm in @INC (you may need to install the > Koha::Illrequests module) (@INC contains: /kohadevbox/koha > /kohadevbox/koha/lib /kohadevbox/koha/installer > /kohadevbox/koha/lib/installer /etc/perl > /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 > /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 > /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 > /usr/share/perl/5.32 /usr/local/lib/site_perl /var/lib/koha/kohadev/plugins) > at /kohadevbox/koha/Koha/Illbackends/FreeForm/Base.pm line 25. > BEGIN failed--compilation aborted at > /kohadevbox/koha/Koha/Illbackends/FreeForm/Base.pm line 25. > Compilation failed in require at /kohadevbox/koha/Koha/ILL/Request.pm line > 464 > > in Koha::ILL::Request::load_backend at > /kohadevbox/koha/Koha/ILL/Request.pm line 464 > > 461: my @raw = qw/Koha Illbackends/; > # Base Path > 462: my $location = join "/", @raw, $backend_name, > "Base.pm"; # File to load > 463: my $backend_class = join "::", @raw, $backend_name, > "Base"; # Package name > 464: require $location; > 465: $self->{_my_backend} = > $backend_class->new($backend_params); > 466: } > 467: > > .... > > I also tried applying all the patches, and still got the error. > > I'm sure I got past this point for my previous testing... Hi David, thanks for persevering. I believe the error you're getting is because you may have skipped this step: 3) Please note that you need to be using FreeForm's reorganize_ILL branch at: https://github.com/PTFS-Europe/koha-ill-freeform/commits/reorganize_ILL/ After you git checkout reorganize_ILL in FreeForm you may have to koha-plack --restart. Would you please try again? Reach out to me on IRC, I'm always available. Thanks! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
