[Koha-bugs] [Bug 6094] Fixing ModAuthority problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 25 12:39:02 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6094

--- Comment #14 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-07-25 10:39:02 UTC ---
Found a related error while testing:
{_conn} undefined: has this Connection been destroy()ed? at
/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/ZOOM.pm line
343.

The destroy of the connection object in AuthoritiesMarc.pm, sub merge makes
that a second subsequent call of merge crashes on creating the connection with
C4::Context->Zconn("biblioserver",0). Especially when dontmerge is "Do not", a
batch call from merge-authority.pl will do that of course.

Should ideally be solved in the Zconn routine of Context.pm; at this time
disabling the destroy call in merge() resolves the situation. (Another bug
should be opened for Zconn!)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list