https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42993
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- This only shows one error, but hope this is sufficient for the sign off. Testing notes (using KTD): 1. Enable the EDI system preference: EDIFACT 2. Enable the CronjobLog system preference: set to "Log" 3. Add an EDI account (Administration > Aquisition parameters > EDI accounts): - Doens't need to be a real account - Don't set up or select a file transport - Message types: select all 4. Before the patch: misc/cronjobs/edi_cron.pl Failed to connect to file transport: 3 at misc/cronjobs/edi_cron.pl line 62. Failed to connect to file transport: 3 at misc/cronjobs/edi_cron.pl line 83. Failed to connect to file transport: 3 at misc/cronjobs/edi_cron.pl line 101. 5. There are no entries in the log file viewer: vi /var/log/koha/kohadev/editrace.log 6. Apply the patch and restart everything: restart_all 7. Run misc/cronjobs/edi_cron.pl again Note: - no output to the screen - now have entries in the /var/log/koha/kohadev/editrace.log 1 [2026/07/05 00:52:49] [3301] [ERROR] [undef]@[undef]: No file transport configured for EDI account 1 Koha::Edifact::Transport::download_messa ges /kohadevbox/koha/Koha/Edifact/Transport.pm (68) 2 [2026/07/05 00:52:49] [3301] [ERROR] [undef]@[undef]: No file transport configured for EDI account 1 Koha::Edifact::Transport::download_messa ges /kohadevbox/koha/Koha/Edifact/Transport.pm (68) 3 [2026/07/05 00:52:49] [3301] [ERROR] [undef]@[undef]: No file transport configured for EDI account 1 Koha::Edifact::Transport::download_messa ges /kohadevbox/koha/Koha/Edifact/Transport.pm (68) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
