I got an error like: Warning: Cannot add header information - headers already sent by
I found some solutions from google. The most common reason is: have some blank line/space in the end of config file. But there is no such problem on my config file. In fact, header did not show this error when I run on php version 4. Now I migrate to version 5.0.3. with the same php code. Would this be the reason? How to solve it?
Thanks.