SIte is showing While Blank Page ! Nothing is loading other than home page ?
poseidon123 - October 26, 2007 - 10:25
Ok, I have a huge drupal site with thousands of pages and things were working fine (the site do take lot of resources though) and today when the site has stopped loading. I mean the home page works fine but after that, if u click on any link to go to any other page, it shows blank page.
I am not able to understand what's going on ? I also have non drupal pages on the site and they are loading fine, so most likely there is database problem. Can anyone tell me what's going on and how can I solve this problem ?

error log?
Does your error log say anything?
Well here is the site www.
Well here is the site www. coders2020. com
I am still trying to talk to my host to see what's going wrong. I have also added
php_value memory_limit 32M in my .htaccess file. Any idea what's going wrong ?
you can enable error reporting
you can enable error reporting by
<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
/**
* @file
*/
....
?>
http://drupal.org/node/158043
* Increase some more memory limit may be 64M or 96M