วิธีแก้ Fatal error Allowed memory size สำหรับ Drupal
Increase PHP's memory limit, e.g. to increase it to 128M you could try adding:
- memory_limit = 128M to your server's main php.ini file (recommended, if you have access)
- memory_limit = 128M to a php.ini file in the Drupal root
- ini_set('memory_limit', '128M'); in your sites/default/settings.php file
- php_value memory_limit 128M in your .htaccess file in the Drupal root