Skip Menu |

This queue is for tickets about the CGI-Application-Dispatch CPAN distribution.

Report information
The Basics
Id: 19150
Status: resolved
Priority: 0/
Queue: CGI-Application-Dispatch

People
Owner: Nobody in particular
Requestors: PURDY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.00_05
Fixed in: (no value)



Subject: 500 Error for Unknown Reasons
I simply upgraded to _05 to see if the error_mode issue was resolved, but now I can't even get it going. The error log reports: Use of uninitialized value in numeric eq (==) at /usr/share/perl5/CGI/Application/Dispatch.pm line 12. Use of uninitialized value in index at /usr/share/perl5/CGI/Application/Dispatch.pm line 382. Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/CGI/Application/Dispatch.pm line 382. [Mon May 8 10:34:04 2006] [error] Can't call method "new" on an undefined value at /usr/share/perl5/CGI/Application/Dispatch.pm line 251.\n I dug through the docs and noticed that the API changed a bit, so I updated my dispatch module to use args_to_dispatch instead of dispatch_args and it still gives the same error/result. I hacked the Dispatch.pm code to output the var's near line 251 using Data::Dumper and it seems like it cannot find the right module. $VAR1 = undef; $VAR2 = undef; $VAR3 = undef; $VAR4 = bless( { 'QSRPath' => '/', 'QSRLoginScript' => '/login.pl', 'QSRDomain' => 'www-dev.qsrmagazine.com', 'QSRExpires' => '+3M' }, 'Apache::Table' ); $VAR5 = undef; (that's $module, $partial_path, $path_info, $dir_args and $table) So $table isn't being brought in? - Jason
Can you try 2.00_06 and see if you have the same problem. There were some fixes related to error handling.
On Mon May 08 10:49:04 2006, PURDY wrote: Show quoted text
> I simply upgraded to _05 to see if the error_mode issue was resolved, > but now I can't even get it going. The error log reports:
Do you know if this is still a problem with the current 2.10 ?
Seems fixed and am no longer getting feedback from the original bug poster.
Subject: Re: [rt.cpan.org #19150] Resolved: 500 Error for Unknown Reasons
Date: Tue, 11 Mar 2008 13:18:26 -0400
To: bug-CGI-Application-Dispatch [...] rt.cpan.org
From: "Jason Purdy" <jason [...] purdy.info>
Sorry, yes. I think between my upgrades, this is all good now. - Jason On 3/11/08, Michael Peters via RT <bug-CGI-Application-Dispatch@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=19150 > > > According to our records, your request has been resolved. If you have any > further questions or concerns, please respond to this message. >