[Catalyst] Bug with re-occuring nested related tables with CP FormFu?

2009-05-29 Thread Toby Corkindale
Hi, I'm using FormFu in Catalyst, with a DBIC schema, and have a problem with a particular usage of nested relationships in the form. The table in question has a might_have relationship with another table, let's say like: book (id, title, blurb) book_extra (book_id, num_pages, in_stock)

[Catalyst] Inconsistent hierarchy during C3 merge

2009-05-29 Thread Alok Sharma
Hi, I am having trouble running my Catalyst apps which were running properly till recently. Problem started after some updates and each server throws error stating Inconsistent hierarchy during C3 merge of class at /usr/share/perl/5.10/mro.pm My perl version is = 5.10.0 Catalyst

Re: [Catalyst] Inconsistent hierarchy during C3 merge

2009-05-29 Thread Tomas Doran
Alok Sharma wrote: Hi, I am having trouble running my Catalyst apps which were running properly till recently. Problem started after some updates and each server throws error stating Inconsistent hierarchy during C3 merge of class at /usr/share/perl/5.10/mro.pm Have a read of:

Re: [Catalyst] Multiple instances of same app with 5.80 under mod_perl

2009-05-29 Thread Tomas Doran
Stuart Watt wrote: True, we did need to keep each application using processes which are separate. This was an issue when we used PerlEx (the ActivePerl style mod_perl approach) but we now use FastCGI (clients use Windows, etc.) and IIS freely creates many processes, and makes it really easy to

[Catalyst] DBIx::Class::Schema::Loader catalyst helper

2009-05-29 Thread Octavian Rasnita
Hi, I made a Catalyst app (under Windows) and I put it run under Linux. Under both OSes I use the same version (latest) of: Catalyst::Runtime Catalyst::Devel Catalyst::Helper::Model::DBIC::Schema DBIx::Class If I generate the DBIC result classes using DBIC::Schema under Windows and I upload

Re: [Catalyst] DBIx::Class::Schema::Loader catalyst helper

2009-05-29 Thread Ivan Wills
2009/5/29 Octavian Rasnita orasn...@gmail.com Hi, I made a Catalyst app (under Windows) and I put it run under Linux. Under both OSes I use the same version (latest) of: Catalyst::Runtime Catalyst::Devel Catalyst::Helper::Model::DBIC::Schema DBIx::Class If I generate the DBIC result

Re: [Catalyst] DBIx::Class::Schema::Loader catalyst helper

2009-05-29 Thread Octavian Rasnita
From: Ivan Wills 2009/5/29 Octavian Rasnita orasn...@gmail.com Hi, I made a Catalyst app (under Windows) and I put it run under Linux. If I generate the DBIC result classes using DBIC::Schema under Windows and I upload them under Linux, then I try to re-generate them

Re: [Catalyst] Inconsistent hierarchy during C3 merge

2009-05-29 Thread Paul Makepeace
On Fri, May 29, 2009 at 9:54 AM, Alok Sharma a...@deeproot.co.in wrote: Hi, I am having trouble running my Catalyst apps which were running properly till recently. Problem started after some updates and each server throws error stating Inconsistent hierarchy during C3 merge of class at

Re: [Catalyst] FormFu edit form problem

2009-05-29 Thread Moritz Onken
Am 29.05.2009 um 07:43 schrieb Toby Corkindale: Moritz Onken wrote: Do you run the latest version of DBIC? I was running on 0.08012, however I have updated to 0.08103 and still have the same problem. -Toby The problem is that there is no good way to decide whether a given

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread hkclark
On Thu, May 28, 2009 at 8:50 PM, Kieren Diment dim...@gmail.com wrote: Is there a link that we can get the cpan admins to put into search results so that google will preferentially return the permalink urls rather than for specific versions? It sure would be nice to figure out a way to pull

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread hkclark
On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near the top... and that's over 7 months (and 9 releases) old.  Is

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread J. Shirley
On Fri, May 29, 2009 at 7:41 AM, hkcl...@gmail.com wrote: On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near

Re: [Catalyst] Looking for a working example using DBIC and Authentication

2009-05-29 Thread Roderick A. Anderson
hkcl...@gmail.com wrote: On Thu, May 28, 2009 at 9:15 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 29 May 2009, at 01:49, hkcl...@gmail.com wrote: For example, a search for Catalyst Tutorial on search.cpan.org shows a bunch of the 5.7014 stuff near the top... and that's over 7 months (and 9

Re: [Catalyst] Multiple instances of same app with 5.80 under mod_perl

2009-05-29 Thread Stephen Clouse
On Thu, May 28, 2009 at 5:48 PM, Stephen Clouse stephenclo...@gmail.comwrote: Commenting that out, then theoretically (note that this is totally untested at the moment, but I intend to tomorrow): Well, it was worth a try, but obviously too much voodoo. Catalyst complains about not being able

Re: [Catalyst] Catalyst::Manual v5.8000 Now On CPAN

2009-05-29 Thread Oleg Kostyuk
Hi all, http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Cookbook.pod#Authentication_(logging_in) have link to old Catalyst::Manual::Tutorial::Authorization from Catalyst-Manual-5.7014 -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) ___

[Catalyst] doc patches and minor revelations

2009-05-29 Thread Jarom Smith
Tomas Doran wrote: Jarom Smith wrote: Hello Catalysters: First of all, a thousand apologies if this is a FAQ (and if it is, please point me in the right direction). I have been programming in Perl for a while but I freely admit there's a lot I don't know, which is why I am here. I have

Re: [Catalyst] auto-generate ResultSet classes?

2009-05-29 Thread Jarom Smith
J. Shirley wrote: Catalyst::Helper::Model::DBIC::Schema doesn't do that, but you could submit a patch :) I know, I need to contribute as well as take away. If I were to do this, I think I would probably just extend the current auto-generation mechanism that creates stuff in the Result

[Catalyst] Auto_increment in MS SQL

2009-05-29 Thread Ascii King
I have my Catalyst system hooked up to a MS SQL Server (thanks Johannes), but I am running into a problem with the auto_increment system. It seems that MS SQL server uses something called an IDENTITY column to do it's auto incrementing. This is fine and I have it set up and working. However,

Re: [Catalyst] Auto_increment in MS SQL

2009-05-29 Thread J. Shirley
On Fri, May 29, 2009 at 12:48 PM, Ascii King t...@swattermatter.com wrote: I have my Catalyst system hooked up to a MS SQL Server (thanks Johannes), but I am running into a problem with the auto_increment system. It seems that MS SQL server uses something called an IDENTITY column to do it's

Re: [Catalyst] doc patches and minor revelations

2009-05-29 Thread John Romkey
On May 29, 2009, at 2:43 PM, Jarom Smith wrote: One revelation I had recently which I don't think has been mentioned anywhere (at least not that I recall) is that when using DBIC and Catalyst, *everything* is treated as a scalar. (is this a true statement?) So in other words, my $people