I increased at 30mb the limit in the 3 files php.ini sites/default/settings.php .htaccess file in the Drupal root
I removed also some modules, but I have the same response, or the blank screen of death.
please who knows a solution ? who has the same situatin ?
raf
Bill Moran wmoran@potentialtech.com a écrit : In response to Raf Raf :
Hello
I have this big bug when I add content from a content wich I created :
"Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 4104 bytes) in /var/www/drupal/modules/link/link.module on line 574"
I find some informations on drupal.org : http://drupal.org/node/76156 In this post the author says : "
memory_limit = 12M to your php.ini file (recommended, if you have access) ini_set('memory_limit', '12M'); in your sites/default/settings.php file php_value memory_limit 12M in your .htaccess file in the Drupal root" I do everything of this list, but it doesn't work again.
Somebody have a solution please ?
You're _exceeding_ 12M. Have you raised the limit above 12M?