#6284

doanthuy
Moderator

Hi,

It seems you only have 64M allocated to PHP.
If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 64M try 128M:
memory_limit = 128M ;
Or even in your .htaccess
php_value memory_limit 128M

Thank.