https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824 --- Comment #98 from Hayley Pelham <hayleypelham@catalyst.net.nz> --- (In reply to Tomás Cohen Arazi from comment #97)
(In reply to Hayley Pelham from comment #96)
Hi all,
When I went to master in my devbox, I got this error when restarting services and my sites wouldn't load:
BEGIN failed--compilation aborted at /etc/koha/sites/kohadev/plack.psgi line 29. Error while loading /etc/koha/sites/kohadev/plack.psgi: Can't locate C4/Boolean.pm in @INC (you may need to install the C4::Boolean module) (@INC contains: /home/vagrant/kohaclone /home/vagrant/kohaclone/installer /home/vagrant/kohaclone/lib/installer /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /etc/koha/sites/kohadev/plack.psgi line 29.
I removed the use line in /etc/koha/sites/kohadev/plack.psgi, but is there something else I should have done? And will this happen for other Kohas?
Cheers, Hayley
reset_all should do the job of replacing the old plack.psgi.
Ah, of course! Gracias :) -- You are receiving this mail because: You are watching all bug changes.