• 16-04-2010, 20:55:21
    #10
    sdemirkeser adlı üyeden alıntı: mesajı görüntüle
    bu kullanımı ilk defa forumda gördüm. sorması ayıp böyle saçma bir kullanımı nerden ögreniyorsunuz

    function redirect($url){
        if (!headers_sent()){ 
            header('Location: '.$url); exit;
        }else{
            echo '<script type="text/javascript">';
            echo 'window.location.href="'.$url.'";';
            echo '</script>';
            echo '<noscript>';
            echo '<meta http-equiv="refresh" content="0;url='.$url.'" />';
            echo '</noscript>'; exit;
        }
    }

    sdemirkeser +1 , saçma sapan kodları öğrenmeyin , sistemin çalışma yapısını öğrenin
  • 27-04-2010, 12:38:26
    #11
    sdemirkeser adlı üyeden alıntı: mesajı görüntüle
    bu kullanımı ilk defa forumda gördüm. sorması ayıp böyle saçma bir kullanımı nerden ögreniyorsunuz

    function redirect($url){
        if (!headers_sent()){ 
            header('Location: '.$url); exit;
        }else{
            echo '<script type="text/javascript">';
            echo 'window.location.href="'.$url.'";';
            echo '</script>';
            echo '<noscript>';
            echo '<meta http-equiv="refresh" content="0;url='.$url.'" />';
            echo '</noscript>'; exit;
        }
    }
    sdemirkeser süpersin

  • 18-07-2010, 11:25:34
    #12
    Üyeliği durduruldu
    Kurulum da;
    Warning: Cannot modify header information - headers already sent by (output started at

    Hatasını Aldım ve Giriş Yapmaya Çalıştıkca;

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-login.php on line 302

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-login.php on line 314


    Giriş Deyince ise;

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-login.php on line 302

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-login.php on line 314

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-includes/pluggable.php on line 665

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-includes/pluggable.php on line 666

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-includes/pluggable.php on line 667

    Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vjgarber/wp-config.php:1) in /home/xxx/public_html/vjgarber/wp-includes/pluggable.php on line 868

    Nasıl Düzeltebilirim ?
  • 18-07-2010, 13:14:59
    #13
    Bende de o sorun vardı. hosting e ticket attım kodlara müdahale ettiler. sayfada 2 tane dil kodu vardı. utf ve iso onlardan birini kaldırınca sorun düzelimiş..
  • 18-07-2010, 13:23:13
    #14
    Üyeliği durduruldu
    Wordpress 2.7.4 Sürümünü Nerden İndirebilirim ? Çünkü Bu Sürümde Hata ile Karşılaşmıyordum
  • 22-10-2010, 12:50:53
    #15
    merhaba ben bu hatayı alıyorum yardım edermisiniz bana


    Warning: Cannot modify header information - headers already sent by (output started at /home/login/public_html/demo/ust.php:2)
  • 08-01-2013, 01:00:55
    #16
    wp_config.php dosyasını notepad ile değil notepad++ ile açın kodlama diye bir bölüm var üstte ordan utf8 (BOM suz) olarak düzenle var onu seçin ve kaydedin sonra tekrar atın bu kadar.
  • 08-01-2013, 16:32:47
    #17
    2009 konusu
  • 08-01-2013, 16:49:15
    #18
    function ile yönlendirme yapmayı öğrenin header var mı kontrol edin yoksa header varsa js ile yönlendirme yaparsınız js ile yönlendirme js kapalı ise sorun çıkarır ve önerilmez. Header kullanımı üstünde <head> vb html taglar yoksa düzgün çalışır. Bu arada header saçma yazan arkadaşlara helal olsun diyorum php bilgileri 10 numara 5 yıldız geleceğin vep mestırları olacaklar.