• 09-03-2024, 18:01:38
    #1
    Merhaba arkadaslar DigitalOcean da kurulu wordpresim var, ve bugun bir tema kurdum, fakat temanin benden istedigi bazi limitleri yükseltmem gerekiyordu. birkac tanesini yükselttim fakat max_input_vars bir türlü yükseltemedim.

    Hostingde yönetim paneli mevcut degildir. Plesk panel olmadan direkt kurulum yaptim.

    SSH den php.ini de yükseltme yaptim olmadi, htacces ve wp-config de de denedim ama hicbiri etki etmedi nedense. Sunucu her islemden sonra yeniden baslattim ama fayda etmedi. Yardimci olabilecek arkadaslar var mi ? Simdiden tesekkürler

    r10'a resim yüklerken sürekli hata alamadigim icin resim yükleyemedim. Yardimci olabilecek arkadaslar anydesk ile baglanabilir. veya whatsaptan resim gönderebilrim
  • 09-03-2024, 18:10:37
    #2
    max_input_vars olan satır # veya ; ile başlıyorsa, yorum satırı olarak duruyordur. bunu kontrol ettiniz mi?
  • 09-03-2024, 18:12:29
    #3
    Irresistible adlı üyeden alıntı: mesajı görüntüle
    max_input_vars olan satır # veya ; ile başlıyorsa, yorum satırı olarak duruyordur. bunu kontrol ettiniz mi?
    php.ini simdi kontrol ettim ama # ile baslamiyor

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    ; Maximum execution time of each script, in seconds
    ; https://php.net/max-execution-time
    ; Note: This directive is hardcoded to 0 for the CLI SAPI
    max_execution_time = 120

    ; Maximum amount of time each script may spend parsing request data. It's a good
    ; idea to limit this time on productions servers in order to eliminate unexpectedly
    ; long running scripts.
    ; Note: This directive is hardcoded to -1 for the CLI SAPI
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; https://php.net/max-input-time
    max_input_time = 240

    ; Maximum input variable nesting level
    ; https://php.net/max-input-nesting-level
    ;max_input_nesting_level = 64

    ; How many GET/POST/COOKIE input variables may be accepted
    ;max_input_vars = 2000

    ; How many multipart body parts (combined input variable and file uploads) may
    ; be accepted.
    ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
    ;max_multipart_body_parts = 2500

    ; Maximum amount of memory a script may consume
    ; https://php.net/memory-limit
    memory_limit = 256M
  • 09-03-2024, 18:13:24
    #4
    BYMSA adlı üyeden alıntı: mesajı görüntüle
    php.ini simdi kontrol ettim ama # ile baslamiyor

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    ; Maximum execution time of each script, in seconds
    ; https://php.net/max-execution-time
    ; Note: This directive is hardcoded to 0 for the CLI SAPI
    max_execution_time = 120

    ; Maximum amount of time each script may spend parsing request data. It's a good
    ; idea to limit this time on productions servers in order to eliminate unexpectedly
    ; long running scripts.
    ; Note: This directive is hardcoded to -1 for the CLI SAPI
    ; Default Value: -1 (Unlimited)
    ; Development Value: 60 (60 seconds)
    ; Production Value: 60 (60 seconds)
    ; https://php.net/max-input-time
    max_input_time = 240

    ; Maximum input variable nesting level
    ; https://php.net/max-input-nesting-level
    ;max_input_nesting_level = 64

    ; How many GET/POST/COOKIE input variables may be accepted
    ;max_input_vars = 2000

    ; How many multipart body parts (combined input variable and file uploads) may
    ; be accepted.
    ; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
    ;max_multipart_body_parts = 2500

    ; Maximum amount of memory a script may consume
    ; https://php.net/memory-limit
    memory_limit = 256M


    tamam işte;

    ; How many GET/POST/COOKIE input variables may be accepted
    ;max_input_vars = 2000

    bunun başındaki ; karakterini kaldırmazsanız bu değer varsayılan hlaiyle gelir
  • 09-03-2024, 18:16:49
    #5
    Irresistible adlı üyeden alıntı: mesajı görüntüle
    tamam işte;

    ; How many GET/POST/COOKIE input variables may be accepted
    ;max_input_vars = 2000

    bunun başındaki ; karakterini kaldırmazsanız bu değer varsayılan hlaiyle gelir
    böyle kucuk seyler beni bitirecek simdi oldu eyw