[Catalyst] myapp_fastcgi.pl does not run in background

2010-01-05 Thread Emmanuel Quevillon
Hi, First of all, happy new year for all the catalysters and all the best for this new year. I am running Catalyst 5.80016, and when launch my production server, using FastCGI, myapp_fastcgi.pl does not run into background even if I specify option -d or --daemon. Is it a bug or should I

Re: [Catalyst] myapp_fastcgi.pl does not run in background

2010-01-05 Thread Андрей П . Ковбович
Hi, try this option: --detach 2010/1/5 Emmanuel Quevillon t...@pasteur.fr: Hi, First of all, happy new year for all the catalysters and all the best for this new year. I am running Catalyst 5.80016, and when launch my production server, using FastCGI, myapp_fastcgi.pl does not run into

Re: [Catalyst] myapp_fastcgi.pl does not run in background

2010-01-05 Thread Emmanuel Quevillon
On 01/05/2010 12:51 PM, Андрей П. Ковбович wrote: Hi, try this option: --detach Hi, That solved my problem. But it could be good to change it from the help message which is still : Usage: myapp_fastcgi.pl [options] Options: -? -help display this help and exits

Re: [Catalyst] Unicode trouble with Catalyst::Engine::FastCGI

2010-01-05 Thread Mark Blackman
On 23 Nov 2009, at 11:57, Bernhard Graf wrote: After I recently re-installed my Development-Perl (that one, that I use apart from the production Perl installation), all pages that went through Catalyst::Engine::FastCGI got double-utf8-encoded. When using the standalone HTTP server,

Re: [Catalyst] Limit Catalyst::Helper::Model::DBIC::Schema to a single table ...

2010-01-05 Thread Alexander Hartmaier
Why not do it the other way round? Write the new class and deploy it to your db. -- Best regards, Alex Am Freitag, den 25.12.2009, 15:51 +0100 schrieb Kiffin Gish: Normally myapp_create.pl is run with the whole database given on the command line, e.g. script/myapp_create.pl model DB

[Catalyst] CatalystX::CRUD::Tutorial...looking for missing pieces.

2010-01-05 Thread Adam Mackler
Hello everyone. I'm relatively new to Catalyst, and could spend many hours asking questions of experts. For the moment, this is the wall I've hit: Without going into too much background, I want to get CatalystX::CRUD implemented. I feel that if I can just get a working example going I can make

[Catalyst] catalystframework.org down?

2010-01-05 Thread Tommy Butler
It would seem, at least for me that from several networks I can't reach http://www.catalystframework.org/calendar/2008/11 Anyone else experiencing this? -- Tommy Butler ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] CatalystX::CRUD::Tutorial...looking for missing pieces.

2010-01-05 Thread Peter Karman
Adam Mackler wrote on 01/05/2010 11:05 AM: Hello everyone. I'm relatively new to Catalyst, and could spend many hours asking questions of experts. For the moment, this is the wall I've hit: Without going into too much background, I want to get CatalystX::CRUD implemented. I feel that if

Re: [Catalyst] myapp_fastcgi.pl does not run in background

2010-01-05 Thread Andrew Rodland
On Tuesday 05 January 2010 06:28:36 am Emmanuel Quevillon wrote: On 01/05/2010 12:51 PM, Андрей П. Ковбович wrote: Hi, try this option: --detach Hi, That solved my problem. But it could be good to change it from the help message which is still : The correct option is --daemon;

Re: [Catalyst] catalystframework.org down?

2010-01-05 Thread Chris Jackson
Tommy Butler wrote: It would seem, at least for me that from several networks I can't reach http://www.catalystframework.org/calendar/2008/11 Anyone else experiencing this? We just fixed it. Someone did an update and didn't check it properly, it's been rewound. Mr. Trout is on their tail.

Re: [Catalyst] catalystframework.org down?

2010-01-05 Thread Ari Constancio
On Tue, Jan 5, 2010 at 6:04 PM, Tommy Butler a...@tommybutler.me wrote: It would seem, at least for me that from several networks I can't reach http://www.catalystframework.org/calendar/2008/11 Anyone else experiencing this? -- Tommy Butler Tommy, I have no trouble reaching it. Ari

[Catalyst] Upgraded to Catalyst 5.80016, restarting dev server with HUP crashes

2010-01-05 Thread Jim Dread
I upgraded Catalyst to 5.80016, and now restarting the dev server script with HUP makes it crash with this error: Restarting server on SIGHUP... Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.10.0/Catalyst/Engine/HTTP.pm line 342. Here is Catalyst::Engine::HTTP