• 21-10-2012, 22:53:52
    #1
    edit : sorun cozuldu
    echo '<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head>';
    yapinca


    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/x/public_html/x/test/index.php:5) in /home/x/public_html/x/test/index.php on line 402

    ve

    Warning: Cannot modify header information - headers already sent by (output started at /home/x/public_html/x/test/index.php:5) in /home/x/public_html/x/test/index.php on line 418

    hatalari aliyorum...
    nasil yapacagim yaw cozemedim gitti kafayi yiyecegim
  • 21-10-2012, 22:59:36
    #2
    Üyeliği durduruldu
    bu hatanın sebebi UTF 8 bom dur dosyalarınızı farklı kaydet diyerek Bomsuz kayıt ederseniz sorun düzeli, eğer yok uğraşmam diyorsanız php.ini de output_buffering ayarını değiştirin sorunu kökten çözün
  • 21-10-2012, 23:18:58
    #3
    simdi soyle
    session start filan kullaniyorum. bu durumda <meta charset="utf-8" /> kullaninca hata alirmisim..
    kaynak : http://www.byumut.com/warning-sessio...inc-bir-cozum/

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 23:07:33 -->-> Daha önceki mesaj 23:04:09 --

    bomsuz kaydediyorum zaten
    bomlu kaydedersem utf kullanmadan o hatayi aliyorum

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <?php
    session_start();
    ob_start();
    echo 'bebeğim';
    ob_end_flush();
    ?>
    <body>
    </body>
    </html>


    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 23:18:58 -->-> Daha önceki mesaj 23:07:33 --

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/z/public_html/x/test/postgelen.php:7) in /home/z/public_html/x/test/postgelen.php on line 8