Hi James.
Seems like there is no “default” feedback / Contact Form. That’s on me.
I disabled everything, and routed the problem down to the Jetpack plugin v. 3.3.2.
The error I still get is the following.
Warning: Cannot modify header information - headers already sent by (output started at /home2/USER/public_html/blog/index.php:2) in /home2/USER/public_html/blog/wp-includes/pluggable.php on line 1178
Line 1178 of pluggable.php is
header("Location: $location", true, $status);
Changing the theme to Twenty Fifteen does not solve the error.