Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installing and running I got this error while searching the catalog #6

Open
Hoangthaikt07 opened this issue Feb 26, 2021 · 1 comment

Comments

@Hoangthaikt07
Copy link

Hoangthaikt07 commented Feb 26, 2021

After installing and running I got this error while searching the catalog . Pls show me how to fix that bug
image_2021_02_25T08_02_15_585Z

@Hoangthaikt07
Copy link
Author

Hoangthaikt07 commented Feb 26, 2021

The steps I installed on Koha 20.05.2:
mkdir /usr/share/koha/lib/Koha/Illbackends
git clone https://github.com/PTFS-Europe/koha-ill-koha
ln -s /home/koha/illbackends/koha-ill-koha /usr/share/koha/lib/Koha/Illbackends/Koha

add code into /etc/koha/site/dl/koha.conf
<interlibrary_loans>

<backend_directory>PERL_MODULE_DIR/Koha/Illbackends</backend_directory>

<staff_request_comments>hide</staff_request_comments>

<reply_date>hide</reply_date>

<digital_recipient>branch</digital_recipient>

<partner_code>ILLLIBS</partner_code>
DL
</interlibrary_loans>

- config load package in /usr/share/koha/lib/Koha/Illrequest.pm add 1 line below use C4 : 
use Koha::Illbackends::Koha::Base;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant