[Bug 17321] New: Fix "Your personal details" in OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17321 Bug ID: 17321 Summary: Fix "Your personal details" in OPAC Change sponsored?: --- Product: Koha Version: 16.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org Visiting <opac>/cgi-bin/koha/opac-memberentry.pl gives a 500 error: Global symbol "$borrower" requires explicit package name at /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl line 190. Execution of /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl aborted due to compilation errors. This is on the latest 16.05.x packages. The actual line is: %borrower = ( %$borrower, %borrower ); Looks like adding my $borrower = GetMember( borrowernumber => $borrowernumber ); above line 190 fixes it. Can anyone confirm this? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17321 Jacek Ablewicz <abl@biblos.pk.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl@biblos.pk.edu.pl --- Comment #1 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- Looks like a duplicate of Bug 17235 - there is a patch for this issue in Bug 16996, I think it is already pushed (or soon will be) to the 16.05.x git branch? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17321 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Magnus Enger <magnus@libriotech.no> --- *** This bug has been marked as a duplicate of bug 17235 *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17321 Fred <freddyguerr@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freddyguerr@gmail.com --- Comment #3 from Fred <freddyguerr@gmail.com> --- After performing the registration from the OPAC I report error 500, I currently have version 16.11.06, in Debian 8. Please someone can give me the solution -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17321 --- Comment #4 from Magnus Enger <magnus@libriotech.no> --- (In reply to Fred from comment #3)
After performing the registration from the OPAC I report error 500, I currently have version 16.11.06, in Debian 8. Please someone can give me the solution
Is it similar to bug 16996? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org