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-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 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 Gordon Stewart
: deny_access_unless 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

RE: [Catalyst] ACL Error: deny_access_unless

2009-05-25 Thread Gordon Stewart
the database. I know it is not contacting the database because I have turn on the Mysql logs and see no sql query. I am running the most up to date version of the catalyst code (5.8004). Has any one got roles and ACL working in Catalyst 5.8004 Regards Gordon Stewart -Original Message