• Hello,
    i have wordpress that is hosted under windows under iis server
    after i install the last arabic version the error blow is how in wp-login.php page:

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-login.php on line 302

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com.com\wp-config.php:1) in D:\hshome\g\g.com\wp-login.php on line 314

    and after i login:

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-login.php on line 302

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g\wp-login.php on line 314

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-includes\pluggable.php on line 674

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-includes\pluggable.php on line 675

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-includes\pluggable.php on line 676

    Warning: Cannot modify header information – headers already sent by (output started at D:\hshome\g\g.com\wp-config.php:1) in D:\hshome\g\g.com\wp-includes\pluggable.php on line 864

    so what’s the problem ?
    please note that is problem not hppaing with v 2.9.1 also it’s not happening with 2.9.2 English version
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It is usually due to spaces, new lines, or other garbage at opening/closing PHP file <?php tag or after a closing ?> tag in wp-config.php. It can be other file too so need to check error message as it may list file name where the error occurred.

    You can either upload error file from the backup or edit erroneous file. To edit the file one need to check below mentioned points:

    1. Download the file mentioned in the error message.

    2. Open that file in a plain text editor

    3. Check that the very first characters are <?php

    4. Check that the very last characters are ?>

    5. Place the cursor between the ? and >

    6. Now press the DELETE key on your computer and keep that key pressed for at least 15 seconds.

    7. Now type > and

    8. Save without pressing any other key at all.

    That’s it!

    Thanks,

    Shane G.

    Thread Starter aminof

    (@aminof)

    i dion’t find any problems.
    anythings else?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Cannot modify header information’ is closed to new replies.