Blank screen at login/logout – tried everything!

I think is an problem of php code, maybe in your functions.phg of the theme. Start debugging feature in WP and see the error messages.

add this to wp-config.php or change the constant in the file.

define( 'WP_DEBUG', TRUE );

Also i think, read this question and his answers, many solutions for the problem.