Works great! Thank you – there seems to be a different:
in my wp-config-php the code was displayed that way:
define('WP_DEBUG', false);
That is different from yours:
define( 'WP_DEBUG', false );
It seems, that the missing blanks caused that issue … with your code snippet now everything is great!
Thanks a lot!