http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6094 --- Comment #18 from Janusz Kaczmarek <januszop@gmail.com> 2011-07-25 11:43:38 UTC --- (In reply to comment #14)
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!)
I confirm this -- in my instalations $oConnection->destroy(); line in merge is commented out since a very long time. Forgot to report this issue... :( Thank you! -- 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.