• 24-11-2019, 17:39:13
    #1
    Selam dostlar,
    Limitleri arttırmama rağmen halen bu hatayı alıyorum çözümü bilen var mı acaba?
  • 24-11-2019, 17:47:39
    #2
    @ini_set( 'post_max_size', '128M');
    @ini_set( 'upload_max_size' , '128M' );

    function dosyasına ekleyip deneyin sorun çözülmez ise htacces' e ekleyin;

    php_value post_max_size 128M
    php_value upload_max_filesize 128M