I've had a user signup working on my site for over a year and all of a sudden its not working. I'm running cakephp 1.3 and my model and controller are posted here for your review http://pastie.org/1919212
So here is the problem. When a new user goes to sign up the function runs and the user gets to the success page however no data is added to the database. I've run some debugs and the data is all correct. If I put in bad info the model validation kicks in and throws an error. So for some reason its not saving the data after if passes validation. Any idea what is wrong, or how I would figure out how to debug it? I need to get signups back. I did a test and can add the data from the form manually with a sql statement so I think my database is in good shape. Any help would be appreciated. Thanks. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
