http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3600 Summary: Noisy error in rebuild_zebra.pl Product: Koha Version: HEAD Platform: All OS/Version: All Status: ASSIGNED Severity: enhancement Priority: P1 Component: Architecture, internals, and plumbing AssignedTo: dbavousett@ptfs.com ReportedBy: dbavousett@ptfs.com Estimated Hours: 0.25 Change sponsored?: --- When rebuild_zebra.pl is run from cron, there is an occasional error of the form: Use of uninitialized value $str in substitution (s///) at /home/ebpl/kohaclone/C4/Charset.pm line 304. This error is occuring when the string that is fed to Charset::StripNonXmlChars is null or undefined, for some reason. This fix will handle the null-or-empty condition, and thus suppress the error. -- 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.