@falk Wussow
Reproduces easily. Also in my case on the third 404 the following 14 warnings are displayed on the frontend page (as well as reported in the web server error_log):
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 977
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 978
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 979
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 980
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 981
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 982
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 985
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 986
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 987
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 988
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 991
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 992
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 993
Warning: Cannot modify header information – headers already sent by (output started at /www/wordpress_temp/wp-includes/class.wp-scripts.php:200) in /www/wordpress_temp/wp-includes/pluggable.php on line 994
error
This is while using the Twenty Sixteen theme. You might not see the warnings as the frontend page goes black and\or WP_DEBUG is set to false …
dwinden