Re: [Catalyst] ACL Error: deny_access_unless

2009-06-04 Thread Tomas Doran
On 3 Jun 2009, at 20:18, Gordon Stewart wrote: http://omni.state51.co.uk/~t0m/MyApp.tgz - there is your tarball back, with git history of everything I did for your perusal. I cannot seem to download the tarball from your site. Did you give me an internal website? No, that's my

RE: [Catalyst] ACL Error: deny_access_unless

2009-06-03 Thread Gordon Stewart
http://omni.state51.co.uk/~t0m/MyApp.tgz - there is your tarball back, with git history of everything I did for your perusal. I cannot seem to download the tarball from your site. Did you give me an internal website? Regards Gordon ___

Re: [Catalyst] ACL Error: deny_access_unless

2009-06-02 Thread Tomas Doran
On 30 May 2009, at 23:17, Gordon Stewart wrote: Tom I tried to fix this, but something in the dependency stack of DBIx::Class::HTMLWidget fails to install for me. I have removed this Ok, that wasn't much better: , Makefile.PL in your tarball is still fucked (i.e. missing most of your

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-30 Thread Gordon Stewart
[mailto:bobtf...@bobtfish.net] Sent: 28 May 2009 13:26 To: The elegant MVC web framework Subject: Re: [Catalyst] ACL Error: deny_access_unless Gordon Stewart wrote: I have created a test application to use Catalyst::Authentication::Store::Minimal But I am still having the same issue

Re: [Catalyst] ACL Error: deny_access_unless

2009-05-30 Thread Tomas Doran
On 30 May 2009, at 16:32, Gordon Stewart wrote: I am using the following plugin modules, which I believe to be the most up to date: Your Makefile.PL doesn't say this. I tried to fix this, but something in the dependency stack of DBIx::Class::HTMLWidget fails to install for me. Can you

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-30 Thread Gordon Stewart
Tom I tried to fix this, but something in the dependency stack of DBIx::Class::HTMLWidget fails to install for me. I have removed this I appreciate that there appear to be some fairly good tests in t/ live_app01.t, but I think you can cut these (and the app) down a lot to just

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-27 Thread Gordon Stewart
Tomas I have created a test application to use Catalyst::Authentication::Store::Minimal But I am still having the same issue. I am using perl 5.8.8 and ubuntu 8.04 if that has a bearing on why roles are broken. How easy is it to downgrade catalyst 5.7012, which I know will work?

Re: [Catalyst] ACL Error: deny_access_unless

2009-05-26 Thread Tomas Doran
Gordon Stewart wrote: Does anyone know where in the catalyst code it contacts the database to check if a user has the rights in question? It should be calling $c-user-roles, and this gets the list of roles for the user in question. How this lookup is performed will vary depending on which

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-26 Thread Gordon Stewart
::Rights role_field: description role_rel: accesses user_role_user_field: user_id Regards Gordon -Original Message- From: Tomas Doran [mailto:bobtf...@bobtfish.net] Sent: 26 May 2009 12:25 To: The elegant MVC web framework Subject: Re: [Catalyst] ACL Error

Re: [Catalyst] ACL Error: deny_access_unless

2009-05-26 Thread Tomas Doran
On 26 May 2009, at 21:07, Gordon Stewart wrote: Tomas I have am not using an authentication store, I am just using: Authentication Authorization::Roles Authorization::ACL Session Session::Store::FastMmap

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-25 Thread Gordon Stewart
Dear List Does anyone know where in the catalyst code it contacts the database to check if a user has the rights in question? I have looked into the catalyst code (Catalyst/Plugin/Authorization/ACL/Engine.pm )and found out that the function in question is returning Denied without contacting the