Summary: | guided_reports.pl has a problem | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Reports | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Severity: | blocker | ||
Priority: | P1 - high | CC: | dcook, fridolin.somers, jonathan.druart, kyle, tomascohen, victor |
Version: | Main | Keywords: | rel_21_11_candidate |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.05
|
|
Circulation function: | |||
Bug Depends on: | 29957 | ||
Bug Blocks: | 30491 | ||
Attachments: |
Bug 30532: (bug 29957 follow-up) Fix '$cookie->value'
Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' |
Description
Lucas Gass (lukeg)
2022-04-13 17:12:00 UTC
This is basically the same issue as Bug 30525, though the problematic code is different than what I'd searched for to fix that bug. *** Bug 30562 has been marked as a duplicate of this bug. *** Based off Owen's comment, I'm guessing this depends on Bug 29957 Created attachment 133557 [details] [review] Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' We got Can't call method "value" on unblessed reference at /kohadevbox/koha/opac/opac-messaging.pl line 86 $cookie can be an arrayref, we should retrieve the session id using CGI->cookie('CGISESSID') Created attachment 133561 [details] [review] Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' We got Can't call method "value" on unblessed reference at /kohadevbox/koha/opac/opac-messaging.pl line 86 $cookie can be an arrayref, we should retrieve the session id using CGI->cookie('CGISESSID') Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Created attachment 133593 [details] [review] Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' We got Can't call method "value" on unblessed reference at /kohadevbox/koha/opac/opac-messaging.pl line 86 $cookie can be an arrayref, we should retrieve the session id using CGI->cookie('CGISESSID') Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.05 > This is basically the same issue as Bug 30525, though the problematic code is different than what I'd searched for to fix that bug. > [...] > Go to: Home > Reports > Create from SQL > Can't call method "value" on unblessed reference at /kohadevbox/koha/reports/guided_reports.pl line 80 Andrew tested, 21.05.x not affected that kinda confirms it's due to bug 29957. No need to further backports then. |