Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2011-11-12 Thread Wes Cravens
I got bit by this for the first time today... but it was my fault. I had implemented this kind of thingy: # General - All case plugins use Catalyst qw/ ConfigLoader StackTrace ErrorCatcher CustomErrorMessage /; my @extra_plugins; # Plugins only enabled on debug if ( $ENV{CATALY

Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2011-03-01 Thread Anne Wainwright
Hi, Was this issue actually resolved, the thread does not indicate so. I also have had the same problem with the same error messages at the same place, but one year on from the original post. I note that the tests and debugging on pp72-73 ran fine (last night, absolutely), then I ran through the

Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-26 Thread Tomas Doran
On 25 Feb 2010, at 17:55, Al Alder wrote: Ran Makefile.PL for Catalyst::Runtime no modules are reported as old. Using the o command in cpanplus shows only the following modules not up to date: CPAN Terminal> o 1 0.24 0.2702 ExtUtils::CBuilder DAGOLDEN

Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-25 Thread Al Alder
On Thu, Feb 25, 2010 at 8:11 AM, Tomas Doran wrote: > Al Alder wrote: > >> Using Catalyst 5.80020 >> When running CATALYST_DEBUG=0 prove -l t/01app.t >> per 'The Definitive Guide To Catalyst' page 76 I get: >> LolCatalyst-Lite > CATALYST_DEBUG=0 prove -l t/01app.t >>t/01app.t .. 1/1 >> >>

Re: [Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-25 Thread Tomas Doran
Al Alder wrote: Using Catalyst 5.80020 When running CATALYST_DEBUG=0 prove -l t/01app.t per 'The Definitive Guide To Catalyst' page 76 I get: LolCatalyst-Lite > CATALYST_DEBUG=0 prove -l t/01app.t t/01app.t .. 1/1

[Catalyst] Inconsistent hierarchy during C3 merge of class

2010-02-24 Thread Al Alder
Using Catalyst 5.80020 When running CATALYST_DEBUG=0 prove -l t/01app.t per 'The Definitive Guide To Catalyst' page 76 I get: LolCatalyst-Lite > CATALYST_DEBUG=0 prove -l t/01app.t t/01app.t .. 1/1 # Failed test 'use Catalyst::Test;' # at t/01app.t line 7. # Tried to use 'Catalyst::Test'.

Re: [Catalyst] Inconsistent hierarchy....

2009-08-19 Thread Duncan Hutty
n require at ./script/threesixty_server.pl line 49. I have a similar situation with Catalyst::Controller:FormBuilder on a CentOS 5.3 box using my own perl5.10 with Catalyst 5.8007 from Task::Catalyst. Inconsistent hierarchy during C3 merge of class 'MyApp::Controller::Articles': m

Re: [Catalyst] Inconsistent hierarchy....

2009-08-18 Thread Bill Moseley
On Tue, Aug 18, 2009 at 3:59 AM, mrchips wrote: > > > Lucky me :) > I downgraded to 5.7015 and everything is fine (no surprise there)..so it > seems CDBI just doesn't work with 5.8 I have two old application using CDBI and they run fine with Catalyst 5.8. I had the standard NEXT warnings, but th

Re: [Catalyst] Inconsistent hierarchy....

2009-08-18 Thread mrchips
>Few people use Class::DBI as their ORM these days, especially on conjunction >with Catalyst. It is highly likely you're going to debug this on your own >(and please submit a patch). >I would highly recommend using DBIx::Class, though. It has a CDBI >compatibility layer, as well. >That's what

Re: [Catalyst] Inconsistent hierarchy....

2009-08-17 Thread J. Shirley
On Mon, Aug 17, 2009 at 12:30 PM, mrchips wrote: > > > >Which tutorial are you following, exactly? The Catalyst::Manual::Tutorial > >is using DBIx::Class and I've yet to see any Catalyst tutorial that uses > >Class::DBI. > > sorry, i'm not following any tutorial. I just meant that one of the > do

Re: [Catalyst] Inconsistent hierarchy....

2009-08-17 Thread mrchips
>Which tutorial are you following, exactly? The Catalyst::Manual::Tutorial >is using DBIx::Class and I've yet to see any Catalyst tutorial that uses >Class::DBI. sorry, i'm not following any tutorial. I just meant that one of the downloadable tutorial projects (which doesn't do much beyond a bi

Re: [Catalyst] Inconsistent hierarchy....

2009-08-17 Thread J. Shirley
On Mon, Aug 17, 2009 at 8:48 AM, mrchips wrote: > > Infact i can't even start up the Tutorial.pm server either...so there is > something about my underlying installation which is really troubling > catalyst. Class::DBI seems to be the problem, but i dunno. > > (actually, when i say that i mean if

[Catalyst] Inconsistent hierarchy....

2009-08-17 Thread mrchips
i have a working application which i'm installing on a fresh box, with a fresh build of everything. But i've run into this: Couldn't instantiate component "threesixty::Model::CDBI", "Inconsistent hierarchy during C3 merge of class 'Class::DBI::__::Base': current merge results [

Re: [Catalyst] Inconsistent hierarchy during C3 merge

2009-05-30 Thread Tomas Doran
On 30 May 2009, at 08:08, Alok Sharma wrote: This helped in cleaning the circular/inconsistent hierarchies in the starting and help to get to the bottom of the problem. Doc patches to refine the strategies I suggest in the documentation I pointed too would be very welcome. http://github.

Re: [Catalyst] Inconsistent hierarchy during C3 merge

2009-05-30 Thread Alok Sharma
Hi, > > I had the same issue and went through and alphabetized each of my > module's dependencies. This will remove at least one source of > circular/inconsistent hierarchies. In my case, that was all I needed > to fix it. > This helped in cleaning the circular/inconsistent hierarchies in the

Re: [Catalyst] Inconsistent hierarchy during C3 merge

2009-05-29 Thread Paul Makepeace
On Fri, May 29, 2009 at 9:54 AM, 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/

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: h

[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