http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3175 Summary: SIP2 not working on Koha 3.0.1 Product: Koha Version: rel_3_0 Platform: PC OS/Version: Linux - Debian Status: NEW Severity: major Priority: P2 Component: SIP2 AssignedTo: joe.atzberger@liblime.com ReportedBy: palani@orizin.net Estimated Hours: 0.0 On latest Stable version 3.0.1 is not working. Client connection is getting disconnected with "Telnet connection Timeout" error. I debugged the problem and found that **file Hold.pm is missing on version 3.0.1** /usr/share/koha/lib/C4/SIP/ILS/Transaction/Hold.pm The file is available on 3.0.0 but missing on 3.0.1 , since i am new to git, i couldn't able to trace who deleted the file. If i copy the file from 3.0.0 system to 3.0.1 system , then SIP2 works !!! The file is referenced on /usr/share/koha/lib/C4/SIP/ILS.pm
use ILS::Transaction::Hold;
-- 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.