• 27-11-2021, 23:06:30
    #1
    Uyarının devamında da, "This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'." yazıyor. Sorun nedir arkadaşlar?
  • 27-11-2021, 23:12:45
    #2
    wp-config.php'yi açıp

    define('WP_MEMORY_LIMIT', '64M')

    bu satırı ekleyin veya

    php.ini

    max_execution_time=60;

    veya htaccess'e ekleyin.

    php_value max_input_time 60
    php_value max_execution_time 60
  • 27-11-2021, 23:28:31
    #3
    cruis adlı üyeden alıntı: mesajı görüntüle
    wp-config.php'yi açıp

    define('WP_MEMORY_LIMIT', '64M')

    bu satırı ekleyin veya

    php.ini

    max_execution_time=60;

    veya htaccess'e ekleyin.

    php_value max_input_time 60
    php_value max_execution_time 60
    Şimdi site komple gitti. Açılmıyor.
  • 27-11-2021, 23:33:26
    #4
    Wertomy adlı üyeden alıntı: mesajı görüntüle
    Şimdi site komple gitti. Açılmıyor.
    Hocam ftp'den eski haline döndürün o zaman eklediklerinizi silin host sağlayıcınıza danışın php_ini de gerekli değişiklikleri yapsın düzelir.