[Bug 4159] New: Synchronization between authorities and biblios fails
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4159 Summary: Synchronization between authorities and biblios fails Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: MARC Authority data support AssignedTo: gmcharlt@gmail.com ReportedBy: m.de.rooy@rijksmuseum.nl Estimated Hours: 0.0 Change sponsored?: --- AuthoritiesMarc.pm writes modified authorities to directory $cgidir/tmp/modified_authorities if dontmerge pref is ON. Does this directory exist for a new installation? The second step is the cron job. The merge_authority.pl script looks for modified authorities in $cgidir/localfile/modified_authorities. (Does this directory exist?) If it does, the cron job looks at the wrong place. It should look in $cgidir/tmp, not localfile. Solution: make sure the directory exists. Change merge_authority to tmp. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4159 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |PATCH-Sent -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4159 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> 2010-05-17 13:42:06 --- *** This bug has been marked as a duplicate of bug 3519 *** -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com