Rachman Chavik

Results 94 comments of Rachman Chavik

> Trying to grant access to an aco when it has already been denied at least once does not work. I encountered this problem when trying to grant my administrative...

Can you double check your Acl component is not configured using CachedDbAcl adapter?

It's configured via `Acl.classname` config key. (defaults to `DbAcl` when not configured)

No, the setting we need to check is `Configure::write('Acl.classname', ...);` What is the output of `bin/cake/acl check` after you re-add the grant?

Yes. So it's probably set using the default. Hmm. I can't think of anything else. I'll try to repro using a clean cake app when I have time. No promises...

See https://github.com/jamienay/copyable_behavior/pull/7

There is a mismatch somewhere when submitting query and assumptions made in https://github.com/croogo/croogo/blob/master/Core/src/Model/Filter/Date.php

I had similar issue when using the seed feature for postgresql. Using your workaround works. So thanks! But I thought this was fixed by #91. So /cc @lorenzo

It'll be easier to do this in 3.x. And we'll probably use phpunit.xml as well like cakephp's.

Seems you have already figured out the solution, can you provide a PR?