Quoting "sivaji j.g" sivaji2009@gmail.com:
Fatal error: Out of memory (allocated 34340864) (tried to allocate 690495 bytes) in /includes/database.mysql.inc on line 301
The exact number is a little different, but does it say anything?
1.May be you need to restart your apache and MySQL server 2.Have a look at watchdog table 3.Have a look at apache log files (access.log and error.log)
Try increasing the memory_limit value for PHP. You can do this by editing the .htaccess file in the Drupal root directory adding a line similar to the following. It can be added to the end of the file.
php_value memory_limit 64M
-- Earnie http://r-feed.com Make a Drupal difference and review core patches.