$html->tagValue() is what caused the crash for me. Yes, it is deprecated in 1.2, but I would have thought a warning/error message would have popped up like most other things that are deprecated - rather than just crashing apache.
Yes it was my code at fault (as suspected)...but a good note for anyone upgrading from 1.1 to 1.2 Many things that you need to convert you can see from error messages, but this is one that you have to find by trial and error like I did, or just know to change when upgrading...and it may only be a problem crashing certain installations of apache. Who knows...and if it's a larger problem crashing apache, that's not good if someone were to maliciously use the bug in handling the error to crash systems somewhere. Or just unknowingly crash some server by mistake when they didn't mean to. As I'm sure theres many other easier ways to crash servers and again it could just be my setup on Windows that wasn't configured properly to handle the error as well. On Sep 29, 7:10 pm, "Tom.Maiaroto" <[EMAIL PROTECTED]> wrote: > It seems that any normal edit action in any controller is crashing my > apache server. > > Found out when upgrading from 1.1 to 1.2. At first I thought maybe > some error popped up in a bad way from the html->input's being changed > to form->input's and other deprecated code ... logical. It was the > only thing that I changed was the 1.2 upgrade and that was the only > thing really to change right? > > Maybe not. The add action works fine. Even barked with deprecated code > errors until I fixed those. > > Maybe something else I'm missing. Trying to work through it, will post > a solution if I find one for others, but figured I'd start discussino > this to see if anyone else had an answer. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
