Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-18 Thread Tomas Doran
kakim...@tpg.com.au wrote: 2) Modified MyApp.pm and Schema/Users.pm, Schema/UserRoles.pm and Schema/Roles.pm to reflect my database model. This is what my MyApp.pm has for plugins: # Load plugins use Catalyst qw/-Debug ConfigLoader Static::Simple StackTrace

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-18 Thread Tomas Doran
kakim...@tpg.com.au wrote: Hello, Collin, My modules are: | Catalyst::Plugin::Authentication 0.10011 | | Catalyst::Plugin::Authentication::Credential::Password Woah there! Why are you using Catalyst::Plugin::Authentication::Credential::Passw

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-16 Thread kakimoto
hello, guys, I have taken a copy of the tute codes which work for authrozation. 1) Created the required db tables in postgresql (made a new database) 2) Changed my lib/MyApp/Model/DB.pm to point to the new database I made 3) populated all the required values. 4) restarted the application 5) Man

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-16 Thread kakimoto
Hello, all, What I did: 1) Downloaded a copy of the tute codes for http://search.cpan.org/~hkclark/Catalyst-Manual-5.7021/lib/Catalyst/Manual/Tutorial/Authorization.pod 1.5) Works Very well! :D 2) Modified MyApp.pm and Schema/Users.pm, Schema/UserRoles.pm and Schema/Roles.pm to reflect my data

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-16 Thread kakimoto
Hello, Collin, My modules are: | Catalyst::Plugin::Authentication 0.10011 | | Catalyst::Plugin::Authentication::Credential::Password | | Catalyst::Plugin::Authorization::Roles 0.07 | What are you using? Mine'

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-14 Thread Collin Condray
It looks like the problem is resolved. I upgraded to the latest version of Catalyst and Authentication/Authorization started working normally. Funny how that happens. Thanks for the follow up. I appreciate it! Collin Condray condray.net On Tue, May 12, 2009 at 7:28 AM, wrote: > Hello, Collin

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-05-12 Thread kakimoto
Hello, Collin I have the same configuration and output of the Catalyst config too! My problem is a bit different. I could login but the accounts that have 'admin' roles would never get detected of the 'admin' role. How are you doing with this issue? Guys, please comment. Thank you:) K.

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-08 Thread Collin Condray
Tomas, Here's the config section of the debug output: do { my $a = { "Action::RenderView" => { ignore_classes => [ "DBIx::Class::ResultSource::Table", "DBIx::Class::ResultSourceHandle", "Date

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-08 Thread Tomas Doran
Collin Condray wrote: As J. has requested here are the relevant parts of my configuration files: 'Session::Store::FastMmap', I'd be prepared to bet that the issue with C3 was related to an old version of this plugin. Upgrading this will have solved your issue, not DBIC or Class::C3(::X

[Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-08 Thread Collin Condray
Thanks everyone for their quick responses to my issue. Between upgrading to the latest version of Catalyst and commenting out all references to the Authentication module I can get the vast majority of the site's functionality working which is good enough for my immediate purposes. I've also updated

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-08 Thread Tomas Doran
Collin Condray wrote: This completely rendered my site totally unusable. Now I am receiving the error: Inconsistent hierarchy during C3 merge of class 'myAPP': merging failed on parent 'Class::Accessor::Fast' at /home/username/local/lib/perl/5.8.4/Class/C3/XS.pm line 56., referer: https://www.

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread J. Shirley
On Wed, Apr 8, 2009 at 1:18 PM, Collin Condray wrote: > I have been working on Catalyst project for some time and need a little > help with a problem I've run into. I was following the instructions in the > Authentication section of the Catalyst tutorial and trying to implement the > hashed passw

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread John Romkey
On Apr 8, 2009, at 12:18 AM, Collin Condray wrote: I have been working on Catalyst project for some time and need a little help with a problem I've run into. I was following the instructions in the Authentication section of the Catalyst tutorial and trying to implement the hashed password fe

[Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread Collin Condray
I have been working on Catalyst project for some time and need a little help with a problem I've run into. I was following the instructions in the Authentication section of the Catalyst tutorial and trying to implement the hashed password feature. However, when I uncommented the "class DBIx::Class"