HTML/Mason/Resolver/File.pm errors

Hi!

Are there any public request tracker that we can use to find out if a
possible bug already has been reported?

I find the following in my apache error_log:
[Thu Oct 13 20:27:01 2005] [error] [client 192.168.10.100] FastCGI:
server "/var/www/rt.ryttargarden/rt-3.4.3/bin/mason_handler.fcgi"
stderr: Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 51.
[Thu Oct 13 20:27:01 2005] [error] [client 192.168.10.100] FastCGI:
server "/var/www/rt.ryttargarden/rt-3.4.3/bin/mason_handler.fcgi"
stderr: Use of uninitialized value in length at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 52.

I am using rt-3.4.3 with FastCGI and apache-2.0.54.
Somewhere there seems to be a call to glob_path with an empty parameter,
and I am still not good enough in PERL to find out what is wrong.
And I don’t wanna report something that might be a config problem on my
part…

/Andreas

Andreas Vinsander wrote:

Hi!

Are there any public request tracker that we can use to find out if a
possible bug already has been reported?

I find the following in my apache error_log:
[Thu Oct 13 20:27:01 2005] [error] [client 192.168.10.100] FastCGI:
server “/var/www/rt.ryttargarden/rt-3.4.3/bin/mason_handler.fcgi”
stderr: Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 51.
[Thu Oct 13 20:27:01 2005] [error] [client 192.168.10.100] FastCGI:
server “/var/www/rt.ryttargarden/rt-3.4.3/bin/mason_handler.fcgi”
stderr: Use of uninitialized value in length at
/usr/lib/perl5/vendor_perl/5.8.6/HTML/Mason/Resolver/File.pm line 52.

I am using rt-3.4.3 with FastCGI and apache-2.0.54.
Somewhere there seems to be a call to glob_path with an empty parameter,
and I am still not good enough in PERL to find out what is wrong.
And I don’t wanna report something that might be a config problem on my
part…

Using the htdig search engine I found one other post that mentioned the
same problem, but the poster didn’t recieve any answers…
Is this logging harmless or are there any suggestions how to get rid of
them?

/Andreas

Andreas Vinsander wrote:

Using the htdig search engine I found one other post that mentioned the
same problem, but the poster didn’t recieve any answers…
Is this logging harmless or are there any suggestions how to get rid of
them?

I better learn to seach a little more… I found the solution in SVN
(Elements/Callback was fixed for release 3.4.4)

Me hides in shame…

/Andreas