Maybe you set something up wrong in the form or your validation. You
can put this in your view:

debug($this->validationErrors);

... just to figure out both the error and also may lead you to why the
msg is not being displayed.

On Tue, Apr 21, 2009 at 5:08 AM, albe <radialremo...@gmail.com> wrote:
>
> Ok, at this point
>
> http://book.cakephp.org/view/645/Acts-As-a-Requester
>
> I've got to "add some groups and users using the baked forms" so I
> type on my browser
>
> http://localhost/simpleacl/groups/add
>
> and I put the name of the group that I want to create on the form but
> when I hit submit button I see:
>
> "Please correct errors below."
>
> right over the form... But I don't see any error...
>
> On Apr 20, 4:44 pm, Jon Bennett <jmbenn...@gmail.com> wrote:
>> Hi Able,
>>
>> > The main problem is that, when I set the app folder's path with
>>
>> > cake bake project
>>
>> > it changes automatically few seconds after and it returns to be
>>
>> I'm not sure, I don't use bake or the console often, and have only had
>> real success in a production environment, not locally.
>>
>> try without bake or the console, all you need is the DB tables set up,
>> everything else can be done via the web.
>>
>> hth
>>
>> jon
>>
>> --
>>
>> jon bennett
>> w:http://www.jben.net/
>> iChat (AIM): jbendotnet Skype: jon-bennett
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to