> Quoting Leena Heino <[EMAIL PROTECTED]>: > > >>I have tested dimp version 1.1-rc2 here are some of the odd > >>features or bugs - Errors in apache error log, when loading the dimp: > >>PHP Warning: Cannot modify header information - headers already > >>sent in Unknown on line 0 > > > >As Michael suggested, I checked the mimp/config/*.php files and each > >file starts "<?php", no whitespace before the tag. What else might > >cause this error?
On 20.09.08 16:16, Michael M Slusarz wrote: > Shouldn't this be dimp/config/*.php (not mimp)? Also, it can be any > included PHP file that has extra whitespace at the top - config files > are just the most common target since those are the only files > normally touched by an admin. it's quite common to end files with newline character (after ?>). This may cause that problem if output_bufferring is off and such files are included into others. -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. "The box said 'Requires Windows 95 or better', so I bought a Macintosh". -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
