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

dddave’s picture

I guess it happens also on the modules page, doesn't it?

http://drupal.org/node/158043

Most likely a memory issue.

webdev2’s picture

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.

talino’s picture

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.

webdev2’s picture

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/

talino’s picture

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.

dddave’s picture

webdev2’s picture

deleted it, uploaded it again, ran update and it works. thanks