On 6/26/07, AD7six <[EMAIL PROTECTED]> wrote: > > > > On Jun 26, 7:39 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > > On 6/26/07, inVINCable <[EMAIL PROTECTED]> wrote: > > > > > > > > > Does anybody have a fix? It seems simple enough, just a simply logout > > > function, but those damn header warnings keep coming up. Any advice? > > > > I am reasonably sure that whitespace after the closing ?> somewhere is the > > problem... You have two options > > > > #1 Search diligently and remove the offending whitespace > > #2 Just remove the closing ?> in the files > > #3 Read the error message. It will state which file and which line is > causing the problem. Bear in mind that you want to know where output > started, not where you are trying to send a header. > #4 Include the error message in your message. Bear in mind that not > doing #3 before #4 can be embarrassing for you and frustrating for > others.
#0 Please check if you're using Unicode files (UTF8) with the BOM. The BOM is not visible on ANY editor, it's a setting on the file type when you save it or the default of the editor you are using. Bear in mind that if all spaces before the <?php or after the ?> are non existent then you have a BOM at the beginning of your file. -- Gustavo Carreno --- < If you know Red Hat you know Red Hat, If you know Slackware you know Linux > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
