I use drupal for 3 weeks, it was very stable. But suddenly only a blank page whatever node I try to reach:

www.celebrites-selection.com/mon_blog/

thanks for help

Comments

doq’s picture

You must use Drupal page cache?

Then try to remove E_NOTICE from error reporting.

zom’s picture

well thanks but how to do that ?

Michael M’s picture

Most blank page problems have to do with php memory issues. try to disable the unused modules.

Also, delete any unused modules from your modules folder.

I just answered this a few days ago:
http://drupal.org/node/54956

zom’s picture

In fact it's not a blank page but a page not found by the navigator

I have tryed but I'm quite surprised, I have enblable with .htaccess up to 32M , I use a dedicated server with 2 gigas ram.

If drupal is "eating" is much memory how to use it ? Because I have activated only the modules I need...

more I have deleted from the module directory almost all modules but still blank page ... :-(

Michael M’s picture

Oh, 2GB of ram is a lot of ram. So, ram is not the problem. Do you have clean URLs turned on? Maybe that is the issue. Maybe the .htaccess is not setup correctly.

Try to go to: www.example.com/?q=node

If you get a page, go to www.example.com/?q=admin/settings and disable clean urls.

Is it a page not found from Drupal OR is it from the apache server?

zom’s picture

thanks I have tryed a lot and give up; I have upgrade to 4.7beta6 and the system works again but I miss modules for 4.7...

heytrish’s picture

I had the same problem.

Themes, modules, settings, and another page were blank, yet I could access sub categories under settings. Seems to be an issue with file.inc.

sepeck’s picture

Yes but does your sites htaccess control the ram allocated to php.ini? Not all sites do this, some require allocating memory through php.ini. You can check using phpinfo(); function I believe.

If you have any custom php snippets, perhaps they have an issue with their query? A rougue bot? If it's shared hosting maybe one of the other sites on the box is impacting yours. Lot's of potential reasons.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

heytrish’s picture

wrong fix, sry can't delete my original post.