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.

White Screen of Death error

According to the error you are defining WP_CACHE as true somewhere (maybe in wp-config.php?). This way WordPress is looking for a file that doesn’t exist in default installation. Disable it and the error will be gone. You can also create an empty file advanced-cache.php in wp-content/ directory if you are unable to find WP_CACHE