Miles,Many thanks for your help! I fix it with your help.
Change
[code]
create('User', array('action'=>'signup')); ?>
//
[/code]
to
[code]
create('User', array('action'=>'signup')); ?>
//
end();?>
[/code]
On Mon, May 25, 2009 at 10:24 AM, Miles J wrote:
>
> The security component wi
The security component will blackhole (white page) if the form is
incorrect or has been altered by a bot.
All your form inputs MUST be created with $form->input().
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Cak
Is there a cake developer can give me a reply? Thanks in advance.
On Sun, May 24, 2009 at 5:09 PM, Joshua wrote:
> Hi All,
> The Security component was enabled in UserController of my app.There
> is a sing up page. Every time when I click continue button , there
> will be a blank page shown. But
Hi All,
The Security component was enabled in UserController of my app.There
is a sing up page. Every time when I click continue button , there
will be a blank page shown. But if I disable the Security component in
my user controller, it will work fine. I have no idea of what's wrong.
Can someone
Hi All, The Security component was enabled in UserController of my app.There
is a sing up page. Every time when I click continue button , there will be a
blank page shown. But if I disable the Security component in my user
controller, it will work fine. I have no idea of what's wrong. Can someone
h