On Mon, Sep 15, 2008 at 5:49 PM, thatsgreat2345
<[EMAIL PROTECTED]> wrote:
>
> Well here is my problem , I am creating a simple sign up, haven't
> added any validation yet but the sign up doesn't seem to want to work.
> I set $this->data['User']['confirm_code'] as well as the level of the
> user. But neither the password, confirm_code , or level get saved. I
> was told that input named password is already hashed so I had to
> create hash the second password.
>
> As well when the data is submitted, the page isn't rendered , it is
> just blank. The email gets sent and all. It seems as if the
> beforeFilter isn't working. Any help would be appreciated.

You might try setting the debug level to greater then 0 in the
app/config/core.php file and see if php and or cake is spitting any
errors. Then if those are dealt with then remove your validation rules
and add them back one by one and see if you can isolate an error
there.

The key is to make it simple and then build the apps complexity

Sam D

--~--~---------~--~----~------------~-------~--~----~
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