By webdev2 on
My /admin/reports/status page will not open/display. I don't think it times out, just displaying white page. Any ideas how to troubleshoot?
Many thanks
My /admin/reports/status page will not open/display. I don't think it times out, just displaying white page. Any ideas how to troubleshoot?
Many thanks
Comments
WSOD?
I guess it happens also on the modules page, doesn't it?
http://drupal.org/node/158043
Most likely a memory issue.
Actually all other pages open
Actually all other pages open fine and quickly, it is only this one page - the status report. I thought about it being a time or ram issue because I have dealt with that before. When you click to go to the status report, it just turns white within 2 seconds.
If you're developing on a
If you're developing on a local host, try increasing the PHP memory_limit and see if the problem goes away. If it does, read dddave's comment again, as well the link he added.
Hope it helps.
it gets even weirder - there
OK - here the apache log error:
PHP Fatal error: Call to undefined function apture_extract_token() in /pathto/sites/all/modules/apture/apture.install on line 23, referer: http://mysite.com/
If that's the only error you
If that's the only error you get, then you should probably read and post on Apture's issue queue : http://drupal.org/project/apture.
Solution here:
#509984: Call to undefined function apture_extract_token
deleted it, uploaded it
deleted it, uploaded it again, ran update and it works. thanks