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 filephp_value memory_limit 12M in your .htaccess file in the Drupal root"