Yes. That line (3035) in includes/functions.php is where error messages are output.(output started at /includes/functions.php:3035)
That error message is being output before the cookies are written, so it is causing the subsequent error at 4150 where the cookies are written. As Noxwizard explained, you need to fix that earlier error.
Statistics: Posted by Brf — Mon Apr 15, 2024 12:32 pm