Ok, after disabling W3 Total Cache i get this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/web67/html/wp-includes/meta.php on line 826
I tried to define more memory via
define(‘WP_MEMORY_LIMIT’, ‘128M’);
etc.
but no luck here.