Cónoceme

[PROBLEM][PHP][DRUPAL] PHP Fatal Error: Allowed memory size of 8388608 bytes exhausted (tried to allocate bytes* [SOLUCIONADO][SOLVED]


[PROBLEMA][PROBLEM][PHP][DRUPAL] :

Fatal Error: Allowed memory size of 8388608 bytes exhausted (tried to allocate bytes

[SOLUCIONADO][SOLVED] :
Agregar o modificar en tu archivo /sites/default/setting.php
ini_set("memory_limit","512M");
Agregar o modificar en tu archivo php.ini
memory_limit = 512M

0 comentarios: