Hi,
I don't know why but i solved the same problem another way, hope it helps some one. An if I did something I shouldn't had done please tell me. I don't know why but there were this tags "<title></title>" before the "<?php" in the conf.template_default.inc.php. So i removed them and presto!! the error was gone.
By the way i had a symilar error but with diferrent numbers and files:
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /home/***/public_html/include/inc_conf/conf.template_default.inc.php:1) in /home/***/public_html/include/inc_lib/article.editcontent.inc.php on line 215
Don't know if it was luck, or what happened (the original file didn't had those tags). Hope I can help.