By beckyjohnson on
When I click on My content in the Navigation menu, I get a white page. Why would this be? I don't have any warnings about php memory and I know sometimes low php memory cuases white pages.
Is there any other way to troubleshoot this?
Becky
Comments
=-=
is apache logging any errors at all? to the apache error log?
I looked at my log entries
I looked at my log entries and i have no error logged for this.
Becky
Did you trun on display_error in php.ini
look at php.ini, ensure display php warning information.
Sometimes this has to do with
Sometimes this has to do with the theme registry being out of date, or a buggy module.
Try going to the modules listing page, then the themes listing page, then clear the cache. That should solve any easy problems. Other times it has to do with buggy modules. Try disabling any new modules and trying again.
Also try to figure out the exact error php\apache is writing in the error logs
Where do I find these error
Where do I find these error logs? I think I've been looking in the wrong place.
=-=
depends on where your host stores them. they are not obtained through drupal.
If you can use ssh to log
If you can use ssh to log into your server, check in the folder
/var/logs/apache
or
/var/logs/httpd
or
/usr/local/apache/logs
if you still cant find them, try to locate the apache config file which will state where the error logs are kept
the config file is apache.conf or http.conf
usually located at
/etc/apache/httpd.conf
/etc/apache/apache.conf
/usr/local/apache/apache.conf
as you can see they can really exist anywhere, so you'll have to get intouch with your ISP if you still can't find them.
Some ISPs make these logs available via the web interface, so check there as well.
Hi Which theme are u
Hi
Which theme are u using?Bcoz i also got this error.i was using theme other than Garland thats default theme.i think u have downloaded some modules.so all themes dont support all features.only garland theme support all features.so that the problem due to any downloaded module.so either u hav to uninstall that module or u hav to use Garland theme.
Hi, I'm using a custom theme
Hi, I'm using a custom theme I made. I will have to go through and disable modules one by one to see if the modules are causing issues.
Thanks for the suggestion though. I may just end up un-enabling the link. But I need to check the error log still..
Becky
sometimes views conflicts
sometimes views conflicts with some of drupal's built in pages, so try disabling views module first.
It's the revisioning module
I enabled my modules one by one and found out that the my content menu item only stops working when Revisioning is enabled....
Should I just disable that menu item? I want to use revisioning.....
Becky
I'd talk with the developers
I'd talk with the developers of that module, you might have found a bug.
Is that revisioning module
Is that revisioning module dependent on any other module?if yes then download that module also.
White screen solved.
When you updated Revisioning it is best to update Module Grants too.
Solved: #457552: When I turn revisioning on, the "my content" page becomes a blank page