The crashes can be due to Zend optimizer. Comment the lines relative to Zend optimizer (if any) in php.ini amd give a try. Concerning the UTF-8, make sure you save your file without BOM
hth On Jan 9, 12:24 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I have xampp installed and cake 1.2. > But somehow my Apache server keeps crashing. Even on scaffold sites. > > $this->redirect(...) is also not working. I get the following message: > "Warning: Cannot modify header information - headers already sent by > (output started at [path to my controller]) ..." > When is saved my controller in ASCII mode it seemed to work. But I > need to have it in UTF-8. > > Hope you can understand me. I am sorry that I cannot give more > informations, but I wouldn't really know where to look. > > Thx in Advance ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
