Summary: | Error when edit borrowers "There are no patron categories defined" but categories exists | ||
---|---|---|---|
Product: | Koha | Reporter: | Humberto Blanco <hblancoca> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15768 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 17258 |
Description
Humberto Blanco
2016-02-15 14:35:36 UTC
Its an error width MySQl because have sql_mode=only_full_group_by Humberto, Which version of Koha are you using? And the version of MySQL? Did you try and remove the sql_mode option from the MySQL conf file? Lowering the severity to major. the version is 5.27. after change sql_mode its working for me. |