I can't explain it, I didn't change anything but it seems suddenly today one of my websites on my Plesk environment (Plesk on Ubuntu) is suddenly white. No error, no php errors, nothing (even with define( 'WP_DEBUG', true );
or any other method that would help me find something.
Also the error logs for the domain don't seem to return anything helpful.
As it's Wordpress I tried to rename the plugin folder, theme folder, checked .htaccess, other configs.
But …
I only get a completely empty page when I inspect it.
<html>
<head></head>
<body></body>
</html>
I'm running PHP 7.2.19 with "FPM application served by nginx" but also switching to some other PHP version, updating parameters or switching to apache-serving doesn't do anything.
I also checked other domains on the same Plesk installation, that work all fine.
Any ideas here?