When I upload a picture
- File size: 375kb
- Width: 2000px
- Height: 3000p
I get an error
ERROR Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to
allocate 2157 bytes) in...
Why this happen, when 67108864 = 64MB
I use shared server if .htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
where I 'll must write php_value memory_limit 128M