[Catalyst] Bug with $c->request->query_keywords ?
Matt S Trout
dbix-class at trout.me.uk
Sun Jul 20 00:19:22 BST 2008
On Thu, Jun 19, 2008 at 12:33:44PM -0600, Larry Leszczynski wrote:
> I've run into what appears to be a query keyword bug using Catalyst
> 5.701[02]:
>
> % catalyst.pl MyApp
> % cd MyApp
> % perl script/myapp_server.pl
>
> Request:
>
> http://localhost:3000/ -> works
> http://localhost:3000/?a=123 -> works
> http://localhost:3000/?123 -> fails
>
> The error message is:
>
> [error] Caught exception in engine "Can't locate object
> method "query_keywords" via package "Catalyst::Request"
> at /Library/Perl/5.8.8/Catalyst/Engine.pm line 446."
You've got half a Catalyst::Runtime install of one version and half
another.
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
More information about the Catalyst
mailing list