https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27820

            Bug ID: 27820
           Summary: plugins_nightly.pl script fails with: Undefined
                    subroutine &main::cronlogaction
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Plugin architecture
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The new plugins_nightly.pl script that was introduced in Koha 20.11.03 doesn't
work - it fails with the following error:

/etc/cron.daily/koha-common:
Undefined subroutine &main::cronlogaction called at
/usr/share/koha/bin/cronjobs/plugins_nightly.pl line 8.

The issue appears to be a missing import - from looking at other files that use
cronlogaction, the following is missing from this file:

use C4::Log;

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to