954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

"Use of uninitialized value in substitution (s///) at (eval 44) line 44. [Thu Apr 19

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\n All parameters are displayed below, per section.\n If you cannot find one from here, then the parameter does not exist.\n


\n\n\n \n \n Parameter\n Section\n ";
#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......

bhavna_816
Junior Poster
116 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

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

KevinADC
Posting Shark
921 posts since Mar 2006
Reputation Points: 246
Solved Threads: 67
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You