| Summary: | Error 500 on item checkout when Pseudonymization is used | ||
|---|---|---|---|
| Product: | Koha | Reporter: | JanMueck <jan.michael.mueck> |
| Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | emmi.takkinen, gmcharlt, kyle, wizzyrea |
| Version: | 21.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | screenshots | ||
I can't reproduce this problem in my test system. Enabling the itemBarcodeFallbackSearch system preference and searching for an item by keyword works for me. Do you have access to Koha's error logs? Another thing to check: Make sure that all your items have itemtype, holding branch and home branch set. These are the subfields a, b, and y in the item form. Hello and sorry for the late response. Yes i have access to the logs. What files do you need? I found out that the error only occures when the Pseudonymization (DSGVO) is enabled. subfields a, b, and y are set on all items on our test server kind regards Jan Do you have access to the server and could check the plack-error-log maybe? There might be something useful there pointing the right direction. It states the following: DBIx::Class::Storage::DBI::_do_query(): DBI Exception: DBD::mysql::db do failed: Lost connection to backend server: network error (zd-dbsrv-5: 111, Connection refused) [for Statement "set NAMES 'utf8mb4'"] at /usr/share/koha/lib/C4/Context.pm line 624 Maybe this helps.. Kind regards Jan Anyone got an idea to this problem? Kind regards Jan Mueck (In reply to JanMueck from comment #7) > Anyone got an idea to this problem? > > Kind regards > Jan Mueck Just checking, have you set key to your bcrypt_settings in koha-conf.xml as introduced in bug 24151? 100% if you do not have the kconf entry, you will have this problem. I believe this is fixed in 21.05.04 or 05. (In reply to Liz Rea from comment #9) > 100% if you do not have the kconf entry, you will have this problem. I > believe this is fixed in 21.05.04 or 05. Closing RESOLVED. |
Created attachment 124863 [details] screenshots We want to checkout a item for a user, but have to search it by keywords. In that result list there is a button "ausleihe" (borrow) next to the item we want to checkout. When clicking on that there is an error 500. The item is then borrowed by the user (so everything is correct), but the page still shows error 500. I think its suppused to redirect to the borrowed page of that user.. see attachement. Kind regards