38
I suposed the blank page comes from the "Recent Activities" box when it tries to get info from mediawiki. Mediawiki seems to be using getObjects wich can easily exhaust memory if not using limits.
Perhaps you should deactivate the mediawiki seach function in xoops_version.php
Change
$modversion['hasSearch'] = 1;
To
$modversion['hasSearch'] = 0;