Re: [Catalyst] Strange RenderView error

2009-05-23 Thread Tomas Doran
Ivan Wills wrote: |Caught exception in Diet::Controller::Root-end Can't use an undefined value as a HASH reference at /usr/local/share/perl/5.10.0/Catalyst/Action/RenderView.pm line 34.| This only with one of my controllers all the others work fine, also the line mentioned in RenderView uses

Re: [Catalyst] Plugin::Cache silent failures

2009-05-23 Thread Tomas Doran
Apologies for the delay, I'm a little behind on things this week.. Bill Moseley wrote: Unfortunately, Cache::Entry doesn't really specify a return value for set(), but common backends like Memcached and FastMmap do seem to return a value indicating success. Not sure if there are other commonly

Re: [Catalyst] Run the test server on a different port than 3000

2009-05-23 Thread Tomas Doran
Tomas Doran wrote: and a new Catalyst-Devel will be released shortly.. This has now happened, please upgrade so that you don't have this problem again. Thanks t0m ___ List: Catalyst@lists.scsys.co.uk Listinfo:

[Catalyst] ACL Error: deny_access_unless

2009-05-23 Thread gordon
Dear List Has anyone have any issues with: Catalyst::Plugin::Authorization::ACL 0.11 | Catalyst::Plugin::Authorization::Roles 0.07 i am adding some access control to my catalyst application. When I start up my application I see the following: Class

Re: [Catalyst] Run the test server on a different port than 3000

2009-05-23 Thread Octavian Râşniţă
From: Tomas Doran bobtf...@bobtfish.net Tomas Doran wrote: and a new Catalyst-Devel will be released shortly.. This has now happened, please upgrade so that you don't have this problem again. Thanks t0m Thank you t0m! Now it works fine. Octavian

Re: [Catalyst] New restarter code in Catalyst::Devel 1.14_01

2009-05-23 Thread Dave Rolsky
On Tue, 19 May 2009, Rodrigo wrote: Since I needed to have the restarter working badly on that machine in particular, I quickly patched the code with Proc::Background. Something like this: I implemented something like this in the latest Catalyst::Devel. I did more thorough testing on Windows

Re: [Catalyst] Strange RenderView error

2009-05-23 Thread Ivan Wills
2009/5/24 Tomas Doran bobtf...@bobtfish.net Ivan Wills wrote: |Caught exception in Diet::Controller::Root-end Can't use an undefined value as a HASH reference at /usr/local/share/perl/5.10.0/Catalyst/Action/RenderView.pm line 34.| This only with one of my controllers all the others work