Re: othAuth "Class 'LoginAttempt' not found "

2006-11-16 Thread [EMAIL PROTECTED]
so i add model and i hvae 2nd problem now " DESC `login_attempts` 4 4 1 5 DELETE FROM WHERE expire <= NOW() OR ( UNIX_TIMESTAMP(created) > UNIX_TIMESTAMP(NOW()) - 120 ) 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQ

Re: othAuth "Class 'LoginAttempt' not found "

2006-11-15 Thread CraZyLeGs
oh I'm sure the docs say it, limit login attempts feature is activated by default in othAuth hence it complaining about the model and the db table, you can find the db table in the docs in the bakery http://bakery.cakephp.org/articles/view/148 On 15 nov, 17:20, "[EMAIL PROTECTED]" <[EMAIL PROTECT

Re: othAuth "Class 'LoginAttempt' not found "

2006-11-15 Thread [EMAIL PROTECTED]
AD7six napisaƂ(a): > On Nov 15, 9:59 am, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > ^cake 1.1.10.3825 > > orfcorse in database i have table 'login_attempts' > > And the model, that you need for that to work, is where? > i havent model, bakery nothing say that...:) i will check it than

Re: othAuth "Class 'LoginAttempt' not found "

2006-11-15 Thread AD7six
On Nov 15, 9:59 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > ^cake 1.1.10.3825 > orfcorse in database i have table 'login_attempts' And the model, that you need for that to work, is where? HTH, AD7six Please note: The manual/bakery is a good place to start any quest for info. The cake

Re: othAuth "Class 'LoginAttempt' not found "

2006-11-15 Thread [EMAIL PROTECTED]
^cake 1.1.10.3825 orfcorse in database i have table 'login_attempts' --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

othAuth "Class 'LoginAttempt' not found "

2006-11-15 Thread [EMAIL PROTECTED]
new cake .185 and othauth @author CraZyLeGs * @version 0.5.0 hmmm ist normaly ? in login action Fatal error: Class 'LoginAttempt' not found in /home/andriu/beta/controllers/components/othauth.php on line 608 so line 608 $Model = & new $this->login_attempts_model; please help --~--~-