By pik on
Hi
When I enabled statistics module, every time I clicked on admin link the page went blank, no errors just blank page. Anything else was fine. I managed how to fix it.
I added this line
ini_set('memory_limit', '12M');
to settings.php file, this increased memory limit for php, and the problem goes away (my site is hosted on shared host).
Comments
FAQ
That's why this is FAQ #2.
http://drupal.org/Troubleshooting-FAQ
--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.
FAQ follow up
I saw this, but FAQ shows admin > modules, and in my site admin page was blank instead of admin > modules, which was the same issue I think.
True
It's the same issue. Perhaps post a note on the bottom of the handbook page.
--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.