http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8970 --- Comment #22 from Robin Sheat <robin@catalyst.net.nz> --- Created attachment 27753 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27753&action=edit Bug 8970 - fix MARC import under plack There were database handles being shared between a parent and a child process, which is a big no-no, and was leading to crazy crashes. Fine under CGI, but not in a persistent environment. This causes the child to make a new database handle to use. Also some small cleanups. To test: * In a plack environment, * Tools -> stage MARC records for import * Use a reasonable size file (but not too big as it all goes into RAM - I made one about 40MB.) * Make sure that it works, and that the progress bars progress. -- You are receiving this mail because: You are watching all bug changes.