Author Topic: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate  (Read 4488 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
This error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes)
means your php memory is only 32Mb and you should increase it by add:

Code: [Select]
php_value memory_limit 128M

in your .htaccess