• feuse8

    (@feuse8)


    Hi, when I try to access Event Overview, I only see a white screen with php errors:

    Warning: Cannot modify header information - headers already sent by (output started at /wp-admin/includes/template.php:2532) in /wp-includes/pluggable.php on line 1340
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-admin/includes/template.php:2532) in /wp-includes/pluggable.php on line 1343

    Any suggestions?

    I have WordPress 5.8.1 and Event List 0.8.6

Viewing 3 replies - 1 through 3 (of 3 total)
  • Got the exact same error … but I also don’t have any suggestion.

    I’ve managed to do an workaround

    I’ve added at the end of functions.php from my theme the following, to enable output buffering:

    add_action('init', 'rsq_buffering');
    function rsq_buffering()
    {
        ob_start();
    }

    ???

    Thanks so much for that workaround!!!
    It works great for me ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All Events Headers already sent by’ is closed to new replies.