• 18-12-2010, 14:41:21
    #10
    wp-config.php içerisine şu kodları ekleyip dener misiniz?

    define('WP_HTTP_BLOCK_EXTERNAL', false); // allow external requests
    define('WP_ACCESSIBLE_HOSTS', 'api.wordpress.org'); // whitelist hosts
  • 18-12-2010, 22:49:43
    #11
    malesef, sorun devam ediyor..( wp-config'in en altında ekledim )
  • 10-01-2011, 21:57:31
    #12
    Platin üye
    class-http.php dosyasında, şu satırları 5 leri 30 ile değiştirdim. çözüldü

    'timeout' => apply_filters( 'http_request_timeout', 30),
    'redirection' => apply_filters( 'http_request_redirection_count', 30),