Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the complianz-gdpr domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php on line 6114 Cannot modify header information - headers already sent by (output started at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:6114) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Cannot modify header information - headers already sent by (output started at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:6114)

Exception

ErrorException

  1.  * RSS2 Feed Template for displaying RSS2 Comments feed.
  2.  *
  3.  * @package WordPress
  4.  */
  5. header'Content-Type: ' feed_content_type'rss2' ) . '; charset=' get_option'blog_charset' ), true );
  6. echo '<?xml version="1.0" encoding="' get_option'blog_charset' ) . '"?' '>';
  7. /** This action is documented in wp-includes/feed-rss2.php */
  8. do_action'rss_tag_pre''rss2-comments' );
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
HandleExceptions->handleError()
  1.  * RSS2 Feed Template for displaying RSS2 Comments feed.
  2.  *
  3.  * @package WordPress
  4.  */
  5. header'Content-Type: ' feed_content_type'rss2' ) . '; charset=' get_option'blog_charset' ), true );
  6. echo '<?xml version="1.0" encoding="' get_option'blog_charset' ) . '"?' '>';
  7. /** This action is documented in wp-includes/feed-rss2.php */
  8. do_action'rss_tag_pre''rss2-comments' );
require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php') in /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template.php (line 810)
  1.      * @param array  $args           Additional arguments passed to the template.
  2.      */
  3.     do_action'wp_before_load_template'$_template_file$load_once$args );
  4.     if ( $load_once ) {
  5.         require_once $_template_file;
  6.     } else {
  7.         require $_template_file;
  8.     }
  9.     /**
  1.  *
  2.  * @param bool $for_comments True for the comment feed, false for normal feed.
  3.  */
  4. function do_feed_rss2$for_comments ) {
  5.     if ( $for_comments ) {
  6.         load_templateABSPATH WPINC '/feed-rss2-comments.php' );
  7.     } else {
  8.         load_templateABSPATH WPINC '/feed-rss2.php' );
  9.     }
  10. }
  1.                 if ( === $the_['accepted_args'] ) {
  2.                     $value call_user_func$the_['function'] );
  3.                 } elseif ( $the_['accepted_args'] >= $num_args ) {
  4.                     $value call_user_func_array$the_['function'], $args );
  5.                 } else {
  6.                     $value call_user_func_array$the_['function'], array_slice$args0$the_['accepted_args'] ) );
  7.                 }
  8.             }
  9.         } while ( false !== next$this->iterations$nesting_level ] ) );
  10.         unset( $this->iterations$nesting_level ] );
  1.      *
  2.      * @param array $args Parameters to pass to the callback functions.
  3.      */
  4.     public function do_action$args ) {
  5.         $this->doing_action true;
  6.         $this->apply_filters''$args );
  7.         // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8.         if ( ! $this->nesting_level ) {
  9.             $this->doing_action false;
  10.         }
  1.     } elseif ( is_array$arg[0] ) && === count$arg[0] ) && isset( $arg[0][0] ) && is_object$arg[0][0] ) ) {
  2.         // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3.         $arg[0] = $arg[0][0];
  4.     }
  5.     $wp_filter$hook_name ]->do_action$arg );
  6.     array_pop$wp_current_filter );
  7. }
  8. /**
  1.      * @since 4.4.0 The `$feed` parameter was added.
  2.      *
  3.      * @param bool   $is_comment_feed Whether the feed is a comment feed.
  4.      * @param string $feed            The feed name.
  5.      */
  6.     do_action"do_feed_{$feed}"$wp_query->is_comment_feed$feed );
  7. }
  8. /**
  9.  * Loads the RDF RSS 0.91 Feed template.
  10.  *
  1.      * @since 5.4.0
  2.      */
  3.     do_action'do_favicon' );
  4.     return;
  5. } elseif ( is_feed() ) {
  6.     do_feed();
  7.     return;
  8. } elseif ( is_trackback() ) {
  9.     require ABSPATH 'wp-trackback.php';
  10.     return;
  11. }
require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template-loader.php') in /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
require('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php') in /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/index.php (line 17)
  1.  * @var bool
  2.  */
  3. define'WP_USE_THEMES'true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ '/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:6114)

  at /mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php:8
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/Lalibela/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
  at header()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php:8)
  at require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/feed-rss2-comments.php')
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template.php:810)
  at load_template()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:1670)
  at do_feed_rss2()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php:326)
  at WP_Hook->apply_filters()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php:348)
  at WP_Hook->do_action()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/plugin.php:517)
  at do_action()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/functions.php:1634)
  at do_feed()
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template-loader.php:48)
  at require_once('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-includes/template-loader.php')
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php:19)
  at require('/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/wp-blog-header.php')
     (/mnt/web320/a3/24/58253724/htdocs/STRATO-apps/wordpress_01/app/index.php:17)