Topic: a problem with admin's Page

Hi, I have a problem,
For good reasons I chage admin_common.php file in include directory and then upload it. after then every time I enter my admin page in my forum this error printed on top of page

Warning: Cannot modify header information - headers already sent by (output started at /home2/kazem8/public_html/forum/punbb/admin_index.php:7) in /home2/kazem8/public_html/forum/punbb/header.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /home2/kazem8/public_html/forum/punbb/admin_index.php:7) in /home2/kazem8/public_html/forum/punbb/header.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home2/kazem8/public_html/forum/punbb/admin_index.php:7) in /home2/kazem8/public_html/forum/punbb/header.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home2/kazem8/public_html/forum/punbb/admin_index.php:7) in /home2/kazem8/public_html/forum/punbb/header.php on line 34

What can i Do and ...? Can you answer me? sad

Re: a problem with admin's Page

seems like you've put a space or something before the <?php tag in admin_index.php. Or that you used an editor that mess up everything, notepad/wordpad works beautifully.

Re: a problem with admin's Page

thank you, I will check it and inform results. soon ...