I am sorry if I insist with this problem.
I have this problem since days when I try to add some fron a content type who uses cck, views and pathauto :
"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"
then I do what the post http://drupal.org/node/76156 tells to do :
I increased at 30mb the limit in the 3 files
php.ini
sites/default/settings.php
.htaccess file in the Drupal root
( in .htaccess :
# PHP 5, Apache
I've checked also with the phpinfo, it's ok :
memory_limit local value : 30M master value : 30M
I reboot the server,
and I have again the white screen when I try to add content.
how knows the solution, please ?
raf