every now and then I got some error messages in
the file /logs/error_log, but everything works fine.

##  first error
Use of uninitialized value at /usr/local/bin/apache/cgi-bin/lib.pl line
749.
##
721  $name = '';
722  my $fieldname = $cursor->{NAME>->[$i];
723  $name = lc($fieldname);
:
749  if ( $name eq 'eventnum' || $name eq 'debugnum' ) {
-->>  is it true line 721 already initilialized it ?

##  second error
DBI::db=HASH(0x1ff304)->disconnect invalidates 1 active
statement handle (either destroy statement handles or call
finish on them before disconnecting) at
/usr/local/bin/apache/cgi-bin/lib.pl line 41.
##

any comment
Thank You.

Reply via email to