From: <And...@Be...> - 2004-09-28 15:20:05
|
Hi all, In OI 1.60 ( # $Id: OpenInteract.pm,v 1.53 2004/05/30 15:13:49 lachoy Exp $ ) there is a bug in function send_static_file, which is nasty small bug preventing the delivery of static files. In line 500 there is a redeclaration of $fh within a block ( my $fh =3D Apache->gensym ) = which hides the original declaration. This leads to the message "Bad file handle" in all cases for file delivery. Removal of "my" helps. Regards, Andreas |