PHP Allowed Memory Size Exchausted Fatal Error Drupal

Posted by: 
Dominique De Cooman

This means php ran out of memory.
You can put

ini_set('memory_limit','128M');

into your index.php in drupal. This assures that the memory limit is extended everywhere.

Comments

PHP Allowed Memory Size Exchausted Fatal Error Drupal

ini.php confing then fixed server thanks use code

Add new comment