Make WordPress Core

Opened 4 weeks ago

Closed 8 days ago

#62592 closed defect (bug) (invalid)

Header informationa are modiefied

Reported by: schneiderrobert84's profile schneiderrobert84 Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Script Loader Keywords:
Focuses: Cc:

Description

Hi,

since 6.7.1 I am getting this php error message:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/lastenvelofreiburg.de/lastenvelofreiburg.de/wp-includes/script-loader.php:2938)

Hence I cannot redirect via header(Location: ...) anymore and I can not use session_start() anymore.

I do not change anythng in my code. I guess a mistake in wrong whitespaces in a wordpress php file or something compareabble could cause the new problem. Can you have a look for the problem please?

My website is not working with that version. I'll try to downgrad to 6.6.

Best wishes
Robert

Change History (1)

#1 @ironprogrammer
8 days ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi, @schneiderrobert84! Welcome to Trac, and thank you for the report!

I'm sorry you're having issues with your website. Please note that Core Trac is used for bug reports and enhancements for the WordPress core software, not individual support issues or questions.

Please check out the dedicated support forums for help with your site: https://wordpress.org/support/forums/. In this case, perhaps a plugin or custom code is trying to modify headers too late, and may need an earlier hook.

I'm closing this ticket for now, but if you find that the error persists without custom code or plugins activated, and can provide information to help reproduce the issue, then you're invited to re-open the ticket with that additional info. Thanks!

Note: See TracTickets for help on using tickets.