Miles,Many thanks for your help! I fix it with your help.

Change
[code]
<?php echo $form->create('User', array('action'=>'signup')); ?>
//....
</form>
[/code]

to

[code]
<?php echo $form->create('User', array('action'=>'signup')); ?>
//....
<?php echo $form->end();?>
[/code]


On Mon, May 25, 2009 at 10:24 AM, Miles J <[email protected]> wrote:

>
> 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().
> >
>


-- 
Thanks
Joshua

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

Reply via email to