Hi AD, I tried DEBUG on 1, 2 and 3 but no error is generated. The contact form has no tables associated with it in the database but does have a model for validation. The login form uses the othAuth plugin but has a model and table associated with it. The login happens in users/login in the users controller. The strange thing is that the registration form (users/ register) does work but the login form gives a blank page. I tried refreshing the contact form and after a few refreshes the contact form was shown and i could send an email with it. But after that I got the blank page again.
I was thinking that maybe it had something to do with the security settings of php on the webserver or the fact that it uses php 4. My localhost uses php 5. On Jul 24, 11:14 am, AD7six <[EMAIL PROTECTED]> wrote: > On Jul 24, 11:03 am, "virtualj(at)gmail.com" <[EMAIL PROTECTED]> > wrote: > > > I just removed the forms created with the form helper and put the form > > in in html and this works. the page shows and i can use the form. > > Verry strange. > > But the problem with the 'hard coded' form is that it doesn't show the > > validation errors. > > Is there an appropriate message in your debug/error logs? > > Could this problem be related only to forms that have no model? > Probably if you set debug to 1 and browse to your contact page you > have a (not on your local setup) php error. > > hth, > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
