Re: Putting custom code in a separate repository

2013-09-09 Thread Rachman Chavik
On Mon, 09 Sep 2013 06:48:42 -0700, David Suna wrote: Thanks for the suggestion. From a quick look at git submodules it seems that they are geared to using them in a single directory. The changes to a clean CakePHP installation end up being across multiple directories as well as include

Re: Cake CLI no longer works

2013-06-26 Thread Rachman Chavik
On Tue, 25 Jun 2013 09:26:37 -0700, Ribamar FS wrote: Try to upgrade to Ubuntu 12.10. The version of PHP is the problem. No. I've been running stock php from 12.04 + several custom compiled PHP without issue. The problem lies somewhere else. Em domingo, 5 de maio de 2013 05h29min50s UTC-3,

Re: Issues upgrading component from 1.x to 2.x

2013-06-24 Thread Rachman Chavik
On Mon, 24 Jun 2013 03:29:06 -0400, Michael Gaiser wrote: Don't get me wrong, I will have to do that too, but the unfortunate part is that if you have the aro added when you add a new user/group via parentNode() it doesn't update the alias which I want to use withing my check() function. I

Re: Issues upgrading component from 1.x to 2.x

2013-06-23 Thread Rachman Chavik
On Sun, 23 Jun 2013 01:43:28 -0400, Michael Gaiser wrote: Or even, just a solid example that extends the existing AclComponent so that I can actually override some of the functions in it? Thanks again! 2.x has loads of Auth enhancements. You probably don't want to extend AclComponent.

Re: Anyone tried installing CakePHP on Google App Engine (since PHP now support)

2013-06-20 Thread Rachman Chavik
On Wed, 19 Jun 2013 16:57:27 -0700, Chris G wrote: Just curious as to whether anyone had come across a tutorial on getting CakePHP up and running on Google App Engine since php support has come online? Yes, I have ran Croogo on GAE. I have turned it off since they offer no free plan for

Re: Cannot access empty property in View.php on line 854

2013-06-13 Thread Rachman Chavik
On Wed, 12 Jun 2013 20:19:12 -0700, alfredo davila wrote: ok, this is my View call add.ctp h2Create an Account/h2 ?php echo $this-$form-create('User', array('action' = 'add')); echo $this-$form-input('username'); echo $this-$form-input('password', array('type' = 'password')); echo