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 ?

Comments

johsw’s picture

Does your error log say anything?

Pushkar Gaikwad’s picture

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 ?

phdhiren’s picture

you can enable error reporting by

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