http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736

--- Comment #39 from Zeno Tajoli <[email protected]> ---
Yes, the problem is on step #7.
I have also found the solution.

New line 578:
  my $ftp = Net::FTP->new( $ftpaccount->{host}, Passive=> 1, Timeout => 10 )
instead of
  my $ftp = Net::FTP->new( $ftpaccount->{host}, Timeout => 10 )

I don't know if we could insert "Passive=> 1" for every site or we need to
change the edi ftp site definition with a new parameter 'Type of connection'.

I have found an two other little problems:

A)file acqui/basket.pl
New line 31
use C4::EDI qw( CreateEDIOrder SendEDIOrder  CheckVendorFTPAccountExists);
instead of 
use C4::EDI qw( CreateEDIOrder SendEDIOrder );

B)file /installer/data/mysql/kohastructure.sql
The integration of the new tables for edit start around line 3045.
But git doesn't do a perfet merge.
The defintion of the previous tables [borrower_modifications] is cutted.
So the file kohastructure.sql needs to be checked

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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