https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39190 --- Comment #188 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 186427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186427&action=edit Bug 39190: Fix circular dependency causing C3 MRO failures Resolved circular dependency chain: Transport.pm → TestTransport.pm → Transports.pm → SFTP.pm → Transport.pm Changed 'use Koha::BackgroundJob::TestTransport' to runtime 'require' in the _post_store_trigger method to break the dependency cycle. This fixes the C3 method resolution order failures in Koha::File::Transport::FTP and Koha::File::Transport::SFTP. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.