Page 2 of 2
Re: array_combine() and Cannot modify header information warning
Posted: Sun Jun 21, 2009 3:45 am
by georgekrastev
Hi Danile,
Could you please comment UTF-8 and ASCII issue as well?
Thanks and regards,
George
Re: array_combine() and Cannot modify header information warning
Posted: Sun Jun 21, 2009 4:38 am
by Daniel
i've had this problem before when downloading using ftp. its somethign to do with ascci and binary when i'm downloading all the docuemnts from the development server.
Re: array_combine() and Cannot modify header information warning
Posted: Tue Nov 17, 2009 1:55 am
by AndreasT
Hello.
Saving the files as UTF-8 without BOM works for me. Seems the byte order markers are interpreted as content and thus the error.
Cheers,
Andreas
Re: array_combine() and Cannot modify header information war
Posted: Wed Jan 11, 2012 4:06 am
by ab330ci
hello every body, i had the same problem with
the Cannot modify header information - headers already sent by (output started at.............
and i found the problem, when you edit a *.php file using txt editor you have to check under what format ur saving the file after editing , i used to change the footer.php in catalog/language/bulgarian/common/footer.php with a text editor so i received this problem , i just used the orginal file and made my correction under dreamweaver and the error message did'nt appear anymore