[Koha-bugs] [Bug 4159] New: Synchronization between authorities and biblios fails

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu Feb 11 13:16:08 CET 2010


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 at gmail.com
        ReportedBy: m.de.rooy at 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.



More information about the Koha-bugs mailing list