• 08-09-2015, 18:13:18
    #1
    Üyeliği durduruldu
    Merhaba arkadaşlar yeni bir dizi çıkıyor bende site açtım güzel bir domainle fakat keremiya teması sürekli beyaz ekran veriyor. Bizzat sitesinden aldım birşeyi kaydedince yada değişiklik ypaınca, yazı yayınlayınca beyaz ekran geliyor sağolsun hala cevapta atmadı. Yardımcı olabilecek birisi varmı? Sorunum nedir acaba
  • 08-09-2015, 18:15:58
    #2
    ana dizinde bulunan error dosyasının ilk satırlarını buraya yazabilir misiniz?
  • 08-09-2015, 18:19:04
    #3
    Üyeliği durduruldu
    Inferno adlı üyeden alıntı: mesajı görüntüle
    ana dizinde bulunan error dosyasının ilk satırlarını buraya yazabilir misiniz?

    Şöyle yazıyor hocam;

    [08-Sep-2015 15:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/blindspo/public_html/wp-content/themes/keremiya/lisans/lisans.php:1) in /home/blindspo/public_html/wp-includes/functions.php on line 1230
    [08-Sep-2015 15:08:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/blindspo/public_html/wp-content/themes/keremiya/lisans/lisans.php:1) in /home/blindspo/public_html/wp-includes/feed-rss2.php on line 8
    [08-Sep-2015 15:17:17 UTC] PHP Parse error: syntax error, unexpected '<' in /home/blindspo/public_html/wp-content/themes/keremiya/footer.php on line 13
  • 08-09-2015, 18:22:56
    #4
    footer.php dosyasının içeriğini buraya yazabilir misiniz?
  • 08-09-2015, 18:25:01
    #5
    Üyeliği durduruldu
    Inferno adlı üyeden alıntı: mesajı görüntüle
    footer.php dosyasının içeriğini buraya yazabilir misiniz?
    <div id="footer">
    <div class="footer clearfix">
    <div class="footerleft">
    <?php if(get_option('keremiya_footer_left')) { echo get_option('keremiya_footer_left'); } else { echo 'Copyright &copy; '.date('Y').' <a href="'.get_settings('home').'">'.get_bloginfo('na me').'</a>'; echo "</br>"; echo '<span>'.keremiya_tum_haklar_sakli.'</span>'; } if(get_option('keremiya_analytics')) { echo get_option('keremiya_analytics'); } ?>
    </div>
    <?php
    if(get_option('keremiya_r_c') == 'On') { echo'<div id="header_sol">'; echo get_option('keremiya_r_c_c'); echo '</div>'; }
    if(get_option('keremiya_r_d') == 'On') { echo'<div id="header_sag">'; echo get_option('keremiya_r_d_d'); echo '</div>'; }
    if(get_option('keremiya_r_e') == 'On') { include(TEMPLATEPATH . '/splash.php'); }
    ?>
    <div class="footeright">
    <?php if(get_option('keremiya_footer_right')) { echo '<div style="display:none">'; echo get_option('keremiya_footer_right'); echo '</div>'; } echo '<a href="http://blinspotizle.com" title="Blindspot izle" target="_blank"><img src="'.get_bloginfo('template_url').'/images/keremiya.png" alt="keremiya" /></a>'; ?>
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>
  • 08-09-2015, 18:32:05
    #6
    Footer.php dosyasını, aşağıdaki ile değiştirip dener misiniz? Her ne kadar buraya kopyalasanız da yine de önce yedeğini alın.

    <div id="footer">
    <div class="footer clearfix">
    <div class="footerleft">
    <?php if(get_option('keremiya_footer_left')) { echo get_option('keremiya_footer_left'); } else { echo 'Copyright &copy; '.date('Y').' <a href=\"'.get_settings('home').'\">'.get_bloginfo('na me').'</a>'; echo "</br>"; echo '<span>'.keremiya_tum_haklar_sakli.'</span>'; } if(get_option('keremiya_analytics')) { echo get_option('keremiya_analytics'); } ?>
    </div>
    <?php 
    if(get_option('keremiya_r_c') == 'On') { echo'<div id="header_sol">'; echo get_option('keremiya_r_c_c'); echo '</div>'; }
    if(get_option('keremiya_r_d') == 'On') { echo'<div id="header_sag">'; echo get_option('keremiya_r_d_d'); echo '</div>'; }
    if(get_option('keremiya_r_e') == 'On') { include(TEMPLATEPATH . '/splash.php'); } 
    ?>
    <div class="footeright">
    <?php if(get_option('keremiya_footer_right')) { echo '<div style=\"display:none\">'; echo get_option('keremiya_footer_right'); echo '</div>'; } echo '<a href=\"http://blinspotizle.com\" title=\"Blindspot izle\" target=\"_blank\"><img src=\"'.get_bloginfo('template_url').'/images/keremiya.png\" alt=\"keremiya\" /></a>'; ?>
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>
  • 08-09-2015, 18:41:15
    #7
    Üyeliği durduruldu
    Inferno adlı üyeden alıntı: mesajı görüntüle
    Footer.php dosyasını, aşağıdaki ile değiştirip dener misiniz? Her ne kadar buraya kopyalasanız da yine de önce yedeğini alın.

    <div id="footer">
    <div class="footer clearfix">
    <div class="footerleft">
    <?php if(get_option('keremiya_footer_left')) { echo get_option('keremiya_footer_left'); } else { echo 'Copyright &copy; '.date('Y').' <a href=\"'.get_settings('home').'\">'.get_bloginfo('na me').'</a>'; echo "</br>"; echo '<span>'.keremiya_tum_haklar_sakli.'</span>'; } if(get_option('keremiya_analytics')) { echo get_option('keremiya_analytics'); } ?>
    </div>
    <?php 
    if(get_option('keremiya_r_c') == 'On') { echo'<div id="header_sol">'; echo get_option('keremiya_r_c_c'); echo '</div>'; }
    if(get_option('keremiya_r_d') == 'On') { echo'<div id="header_sag">'; echo get_option('keremiya_r_d_d'); echo '</div>'; }
    if(get_option('keremiya_r_e') == 'On') { include(TEMPLATEPATH . '/splash.php'); } 
    ?>
    <div class="footeright">
    <?php if(get_option('keremiya_footer_right')) { echo '<div style=\"display:none\">'; echo get_option('keremiya_footer_right'); echo '</div>'; } echo '<a href=\"http://blinspotizle.com\" title=\"Blindspot izle\" target=\"_blank\"><img src=\"'.get_bloginfo('template_url').'/images/keremiya.png\" alt=\"keremiya\" /></a>'; ?>
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

    Deniyeceğim ama isimtescile yönlendi host neler oluyor anlamadım ya
  • 08-09-2015, 18:43:48
    #8
    Domain adresi: http://blinspotizle.com ise, henüz kayıt edilmemiş görünüyor
  • 08-09-2015, 18:46:06
    #9
    Üyeliği durduruldu
    Inferno adlı üyeden alıntı: mesajı görüntüle
    Domain adresi: http://blinspotizle.com ise, henüz kayıt edilmemiş görünüyor
    Blindspotizle olacak hocam, bilerek koymadım o harfi link görünmesin diye