Error: Allowed memory size of 67108864 bytes exhausted

koda

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