To recreate: Go to: Home > Reports > Create from SQL Can't call method "value" on unblessed reference at /kohadevbox/koha/reports/guided_reports.pl line 80 Maybe caused by Bug 26019?
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.