Thx for your help.
I have just edited it. But it's still not work T_T
https://gist.github.com/0-Sony/3c052a832687e8dbb4d7
Le jeudi 19 juin 2014 18:48:05 UTC+2, euromark a écrit :
>
> Mind your casing
>
> 'Authenticate' => 'form'
>
> Compare this with what is documented:
>
> http://book.cak
I have just edited it. But it's still not work. T_T
2014-06-19 18:48 GMT+02:00 euromark :
> Mind your casing
>
> 'Authenticate' => 'form'
>
> Compare this with what is documented:
>
> http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#configuring-authentication-hand
When loading up my application on a development machine I found that my
Locale model will not load.
After some tracing in ClassRegsitry::init() I figured out that it is
loading the Locale class from the intl extension instead of mine from
app/Model. http://www.php.net//manual/en/class.locale.ph
Mind your casing
'Authenticate' => 'form'
Compare this with what is documented:
http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#configuring-authentication-handlers
mark
Am Donnerstag, 19. Juni 2014 15:32:53 UTC+2 schrieb Zero Sony:
>
> https://gist.github.com/
https://gist.github.com/0-Sony/3c052a832687e8dbb4d7
Thx for your help!
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To unsubscribe from thi
Can you share your code via gist.github.com instead?
On Wednesday, June 18, 2014 5:39:02 PM UTC+2, Zero Sony wrote:
>
> Hi all,
>
> I use cakephp 2.5.1 and my $this->Auth->login() does not work. It
> return me "false" each time.
> Maybe if someone can say me why , i ll be very gratefull ^^
>
Thanks @Hash
I did changes in edit.ctp.Problem is previously i used html tags now i
changed to php input form then it is working.
My Modified edit.ctp
Form->create('grade');
echo $this->Form->inputs(array('id', 'name','description','status'));?>
Form->end('Edit');
?>
On Tuesday, June 17,