There is an error happening (maybe conflict with another mod) and you have error reporting turned off. You can check your server logs for the error message, or try to override in
showwiki.php. Find:
Add before:
Code:
@ini_set('display_errors', 1);
If this doesn't show you an error message then you might not be able to override the directive for 'display_errors' at this level, or the white page might not even be caused by an error.