Summary: | "savepoint_0 does not exist" when saving patron | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall |
Version: | 22.11 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26639 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Magnus Enger
2023-12-01 13:55:34 UTC
Does it appear after an update? We do no longer support U18 for Koha 22.11 btw. > Does it appear after an update? The issue was reported about month after the upgrade to 22.11, but I think these are fairly low traffic instances, so I'm guessing it wasn't discovered earlier. > We do no longer support U18 for Koha 22.11 btw. Yeah, this made me realize more upgrades are called for. We moved the site to a new server (but not the database, which is on a separate/dedicated server), but the problem remains, with the exact same error in the logs that I reported initially. The versions are now: - Koha 22.11.12-1 - Database: 10.3.38-MariaDB-0ubuntu0.20.04.1-log - Ubuntu 22.04.3 LTS Do you have plugins installed? (In reply to Jonathan Druart from comment #5) > Do you have plugins installed? No plugins installed, and plugins are not enabled: <enable_plugins>0</enable_plugins> Looks like we were running this site with ProxySQL and that was causing the problems. Sorry for the noise, but maybe this bug can serve as a pointer for someone else in the future. |