[Bug 10870] New: can't create a profile for patron card creator
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 Bug ID: 10870 Summary: can't create a profile for patron card creator Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Label printing Assignee: cnighswonger@foundations.edu Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org When you try to save a profile for the patron card creator in 3.10.9 and master you get this error: Software error: Can't call method "save" without a package or object reference at /home/nengard/kohaclone/patroncards/edit-profile.pl line 72. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 MJ Ray (software.coop) <mjr@software.coop> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@software.coop --- Comment #1 from MJ Ray (software.coop) <mjr@software.coop> --- I just debugged this on the koha email list. edit-profile.pl isn't checking whether it got back an object or a scalar (probably -1 to indicate unsatisfactory @params) from the new() call and so it tries to call methods on a scalar result which results in this error. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> --- I cannot reproduce this in the current master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 --- Comment #3 from Chris Nighswonger <cnighswonger@foundations.edu> --- I cannot reproduce this in master or 3.10.09. Perhaps something is messed up with that particular installation? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10870 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |WORKSFORME --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I tested on current master and creating patron card creator profiles works ok for me. Closing this as it does not seem to be reproducable and 3.10 is no longer maintained. Please open a new bug if problem reappears. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org