09-17-2010, 11:19 PM
The "headers already sent" error may also occur, when one of your inclusion files contains an Unicode BOM signature. I stumbled upon this while trying to find out why my op.Download sends raw document data starting with "headers already sent" error messages instead of firing up a file download dialog. In english locale, everything worked fine, in Slovak, the download failed.
While localizing, I used UTF8 encoding and didn't realize I had the "add signature" checkbox enabled in the editor. So I just crosschecked with other UTF8 translations and this was the only difference - voilá, the downloader works
Hope this saves a few nerves to others.
While localizing, I used UTF8 encoding and didn't realize I had the "add signature" checkbox enabled in the editor. So I just crosschecked with other UTF8 translations and this was the only difference - voilá, the downloader works
