[Koha-bugs] [Bug 22812] Cannot add new subscription with strict SQL modes turned on

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 7 21:15:28 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22812

--- Comment #8 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 89456
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89456&action=edit
Bug 22812: Fix GROUP BY in checkrouting

On the way, let fix this error
DBD::mysql::st execute failed: Mixing of GROUP columns
(MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is
no GROUP BY clause [for Statement "SELECT count(routingid) routingids
FROM subscription LEFT JOIN subscriptionroutinglist

Test plan:
Create a routing list, search for subscriptions
In the action list you should see "Edit routing list (1)" or "New
routing list"

Signed-off-by: Liz Rea <wizzyrea at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list