Re: [Catalyst] DBI handle without magic when calling with dump_info=1 after updating Catalyst::Runtime

2010-01-06 Thread Matthias Dietrich
Hi list, does someone knows anything about this error? As it occurs on two of my systems (Linux, Mac) and at least on one unknown I heard of this seems not to be an error of my local installation. Here's my error description as of 24.08.2009: Hi, yesterday I've updated Catalyst::Runtime

[Catalyst] Resultset directory vs. Result?

2010-01-06 Thread Kiffin Gish
I was just wondering what the purpose of the Schema/Resultset directory is compared with Schema/Result? Seems that whatever I can so under Resultset I can also do under Result, so what are the advantages? -- Kiffin Gish kiffin.g...@planet.nl Gouda, The Netherlands

[Catalyst] datetime formatting ...

2010-01-06 Thread Kiffin Gish
I've got a datetime column defined: __PACKAGE__-add_columns( ... last_modified, { data_type = DATETIME, default_value = undef, is_nullable = 1, size = undef, }, ); For some reason it's being displayed like this: 2010-01-05T20:35:14 How can I get that 'T' out of there,

Re: [Catalyst] datetime formatting ...

2010-01-06 Thread Matthias Dietrich
Hi, Am 06.01.2010 um 15:29 schrieb Kiffin Gish: I've got a datetime column defined: __PACKAGE__-add_columns( ... last_modified, { data_type = DATETIME, default_value = undef, is_nullable = 1, size = undef, }, ); For some reason it's being displayed like this:

Re: [Catalyst] datetime formatting ...

2010-01-06 Thread Octavian Rasnita
From: Kiffin Gish kiffin.g...@planet.nl I've got a datetime column defined: __PACKAGE__-add_columns( ... last_modified, { data_type = DATETIME, default_value = undef, is_nullable = 1, size = undef, }, ); For some reason it's being displayed like this: 2010-01-05T20:35:14

[Catalyst] Rose+CRUD tutorial attempt giving syntax error

2010-01-06 Thread Adam Mackler
Hello Again: At the moment I'm writing this, I am following along with the tutorial from the 2007 Advent Calendar day 7: http://www.catalystframework.org/calendar/2007/7. After providing the needed code, the tutorial says: Now start up your app and point your browser at

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

2010-01-06 Thread Jim Dread
Here are steps to make the server crash. Can anybody reproduce this problem please? # on linux catalyst.pl TestApp cd TestApp/ perl Makefile.PL ./script/testapp_server.pl kill -HUP %1 # and then: Restarting server on SIGHUP... Can't use an undefined value as an ARRAY reference at

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

2010-01-06 Thread Peter Karman
Adam Mackler wrote on 1/6/10 11:56 AM: Please download a copy of LiveGrid Javascript lib from http://code.google.com/p/ext-ux-livegrid/ and install it locally on a static web server. Then update your local root/crud/tt_config.tt file. The page source shows references to javascript files on

Re: [Catalyst] Rose+CRUD tutorial attempt giving syntax error

2010-01-06 Thread Peter Karman
Adam Mackler wrote on 1/6/10 12:32 PM: [warn] Calling $c-view() will return a random view unless you specify one of: [warn] * $c-config(default_view = the name of the default view to use) [warn] * $c-stash-{current_view} # the name of the view to use for this request [warn] *

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

2010-01-06 Thread Peter Karman
Peter Karman wrote on 1/6/10 8:44 PM: To get rid of those messages, just copy the installed tt_config.tt file to your local app and modify it. Example: and I forgot the important part: remove this line from your local copy: ThisIsDefTTConfig = 1; -- Peter Karman . http://peknet.com/ .

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

2010-01-06 Thread J. Shirley
On Wed, Jan 6, 2010 at 5:34 PM, Jim Dread jimdr...@hotmail.com wrote: Here are steps to make the server crash. Can anybody reproduce this problem please? # on linux catalyst.pl TestApp cd TestApp/ perl Makefile.PL ./script/testapp_server.pl kill -HUP %1 # and then: Restarting server