Re: Error to save in database

2012-08-13 Thread Lucas Simon Rodrigues Magalhaes
Does not work... cake genarete a message error: Authorization adapter "userModel" was not found. Error: An Internal Error Has Occurred. I add AppController.php in this gist[1]. [1] https://gist.github.com/3340251 Em segunda-feira, 13 de agosto de 2012 11h06min30s UTC-3, rchavik escreveu: >

Re: Error to save in database

2012-08-13 Thread rchavik
On Monday, August 13, 2012 8:54:04 PM UTC+7, Lucas Simon Rodrigues Magalhaes wrote: > > I don't understand it. I define the correct names of Model Files and the > cake don't recognize the model User? How? you might need to tell AuthComponent which userModel to use. Typically, you'll tell Aut

Re: Error to save in database

2012-08-13 Thread Lucas Simon Rodrigues Magalhaes
I don't understand it. I define the correct names of Model Files and the cake don't recognize the model User? How? Em segunda-feira, 13 de agosto de 2012 09h41min39s UTC-3, Lucas Simon Rodrigues Magalhaes escreveu: > > I have a model User.php in plugin, look my gist[1] > > [1] https://gist.git

Re: Error to save in database

2012-08-13 Thread Lucas Simon Rodrigues Magalhaes
I have a model User.php in plugin, look my gist[1] [1] https://gist.github.com/3340251 Em sexta-feira, 10 de agosto de 2012 20h25min57s UTC-3, cricket escreveu: > > It's happening because Cake cannot find your User model. When you do > $this->User->something() it is usingthe AppModel instead

Re: Error to save in database

2012-08-10 Thread lowpass
It's happening because Cake cannot find your User model. When you do $this->User->something() it is usingthe AppModel instead of User model. And so "registerValidate" is being sent directly to the database as a query. Is this model in a plugin? What is the file name? What does the first line have?

Error to save in database

2012-08-10 Thread Lucas Simon Rodrigues Magalhaes
hii guys!!! I have a error[1] in any save data of my actions in my UserController. The error is in my function to validate[2] a add[3] user [1] http://pastebin.com/M3hSWD9k [2] http://pastebin.com/9Wg1Aujm [3] http://pastebin.com/rZctnxFX -- You received this message because you are subs