http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2478 ------- Comment #4 from joe.atzberger@liblime.com 2008-10-30 10:58 ------- Andrew is correct. Koha simply cannot execute cronjob with a system call in response to an Apache request and expect it to work. There are a handful of reports where this vestigial approach persists. Beyond that the "No branches with active overduerules" is expected if the branch has no rules. Default overdue rules are not inherited at runtime. Afaict, they are just there as a template. While this should be better indicated in the documentation, you can see GetBranchcodesWithOverdueRules for the relevant query: SELECT DISTINCT branchcode FROM overduerules WHERE delay1 IS NOT NULL AND branchcode <> '' ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.