Bug 40558

Summary: Issue After Upgrading Koha from 25.05.01 to 25.05.02 – Patron Search Error
Product: Koha Reporter: Dr. Dilipkumar Vala <ddvala9>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, ddvala9, gmcharlt, kyle
Version: 25.05   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 40337    
Bug Blocks:    

Description Dr. Dilipkumar Vala 2025-07-31 05:12:32 UTC
After upgrading Koha from version 25.05.01 to 25.05.02, we are encountering an issue while searching for patrons by name. The following error message appears:

Error Message:
“Something went wrong when loading the table. 500: Internal Server Error. Not in enum list: yes, no, inherit.”

However, searching by library card number works without any issue.

Kindly look into the matter and advise on a resolution.
Comment 1 David Cook 2025-08-01 05:14:00 UTC
That error message appears on screen?

Can you look at your Koha server logs? There should be more specific information about this particular problem there.
Comment 2 David Cook 2025-08-01 05:22:15 UTC
It looks like bug 40337 is probably the cause, but it's not clear what the problem would be.

On one hand, it seems like checkprevcheckout isn't yes, no, or inherit... but that should be impossible based off the database constraints.
Comment 3 David Cook 2025-08-01 05:24:43 UTC

*** This bug has been marked as a duplicate of bug 40528 ***