In response to Raf Raf rafyven@yahoo.fr:
in the phpinfo, it's ok
memory_limit local value : 30M master value : 30M
So you're saying that the error now claims that you're exceeding 30M?
This is pretty crazy. I can't imagine that Drupal should be using that much memory under any conditions.
Somewhere down in this tangled maze of an email, you said "I have this big bug when I add content from a content wich I created"
Does that mean you added PHP code to Drupal? If that's the case, it's quite possible that you're using very wasteful techniques with memory in your code.
Otherwise, try bumping the limit up even further until (little bits at a time) until the script has enough memory.
However, I can't imagine a legitimate use of Drupal that should require more than 30M. And if individual scripts are doing that on a regular basis, you're going to need a LOT of memory to run this site. You're probably going to need to provide a lot more information to track down the problem.
On the counter-point, however, my site is using the default of 128M, which is obscenely excessive in my opinion, but I've never really looked at it before, so it's possible that there's some bloated code in Drupal that's using 50 or 60M.
Shyamala shyamala@netlinkindia.com a écrit : Check if the ini changes have been effected by printing the phpinfo. If not, please restart server for php.ini settings to take effect.
Shyamala ----- Original Message ----- From: Raf Raf To: support@drupal.org Sent: Thursday, September 27, 2007 5:05 AM Subject: [support] RE : Re: "Allowed memory size ....exhausted......"
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?
-- Bill Moran http://www.potentialtech.com -- [ Drupal support list | http://lists.drupal.org/ ]
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
-- [ Drupal support list | http://lists.drupal.org/ ]-- [ Drupal support list | http://lists.drupal.org/ ]
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail