I have installed Bugzilla 3.0 on Windows Server 2003 Service pack 1.
It was working fine in terms of functionality, but getting the message like

"Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44."
in index.cgi.................
so i was trying to remove this.
I was just looking on my codes and i ran checksetup.pl
and after tht i m getting message
" All parameters are displayed below, per section. If you cannot find one from here, then the parameter does not exist.
Parameter Section"

when i saw the source code i got this message in \bugzilla-3.0rc1\index.html.tmpl
the code is

Template::Document->new({
METADATA => {
'modtime' => '1129195104',
'name' => 'index.html.tmpl',
},
BLOCK => sub {
my $context = shift || die "template sub called without context\n";
my $stash   = $context->stash;
my $output  = '';
my $error;


eval { BLOCK: {
$output .=  "\n";
$output .=  "\n\n<p>\n  All parameters are displayed below, per section.\n  If you cannot find one from here, then the parameter does not exist.\n</p>\n\n<div align=\"center\">\n  <table>\n    <tr>\n      <th>Parameter</th>\n      <th>Section</th>\n    </tr>";
#line 47 "template\en\default\index.html.tmpl"

But i m not getting what i had done wrong?
Can anybody have any idea?

Thanks in advance......

makes no sense to me. Did you get this warning fixed?

Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19 11:31:55 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 44) line 44."
in index.cgi

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.