Headers already sent
-
Hi there,
I have the following PHP warnings in my log:
PHP Warning: session_start(): Cannot start session when headers already sent in /wp-content/plugins/cbxpoll/public/class-cbxpoll-public.php on line 71
PHP Warning: Cannot modify header information – headers already sent in /wp-content/plugins/cbxpoll/includes/class-cbxpoll-helper.php on line 47WordPress version: 5.2.3
PHP version: 7.3.9I’ve search for days and couldn’t find any ouput anywhere (no whitespace, no BOM… no nothing).
With the headers_sent() function I’ve managed to narrow it down to wp-cron.php on line 23 with fastcgi_finish_request().Maybe session_start() as to be hooked differently. No error if I disable the cron.
Regards,
- The topic ‘Headers already sent’ is closed to new replies.