Ben bir resim yüklerken
- Dosya boyutu: 375KB
- Genişlik: 2000px
- Boy: 3000P
Ben bir hata alıyorum
ERROR Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 2157 bytes) in...
Zaman 67108864 = 64MB Neden bu olur,
Ben paylaşılan bir sunucu kullanıyorsanız. Htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Ben 'll php_value memory_limit 128M yazmalısınız nerede