• In my php error log file i see many same error :

    2009-07-27 08:56:17.004 [NOTICE] [83.27.77.167:3861-2#APVH_xxxxxxxxxxxxxxx.com:lsapi] [STDERR] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/programm/public_html/wp-content/plugins/simple-post-thumbnails/timthumb.php:273) in /home/programm/public_html/wp-content/plugins/simple-post-thumbnails/timthumb.php on line 633

    How repair?

Viewing 1 replies (of 1 total)
  • I guess some blank line has been output by /home/programm/public_html/wp-content/plugins/simple-post-thumbnails/timthumb.php, line 273.

    Check that file, espessially for

    [... some staff..]
    ?>
    
    <?php
    [... some more staff ...]

    That blank line may be a problem, hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Warning: Cannot modify header information’ is closed to new replies.