Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx [closed] Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx [closed] php php

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx [closed]


The change u've made in your php.ini file has not been reflected because the allocated memory 67108864 bytes is 64MB.

Follow Drupal Community Documentation increase the PHP memory limit. In Case of shared hosting please request the hosting provider to increase it.


add this in your php file

ini_set('set_memory_limit',-1);