Page 1 of 1

Error message on blog page

Posted: 29 Jun 2022, 03:56
by bekateen
Hi Jools,

When viewing a blog page today, I obtained this error message.

Cheers, Eric

[phpBB Debug] PHP Warning: in file /home/webcat/planetcatfish.com/common/my_blog.php on line 57: session_start(): Cannot start session when headers already sent
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at /home/webcat/planetcatfish.com/common/my_blog.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at /home/webcat/planetcatfish.com/common/my_blog.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at /home/webcat/planetcatfish.com/common/my_blog.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at /home/webcat/planetcatfish.com/common/my_blog.php:1)

Re: Error message on blog page

Posted: 02 Jul 2022, 09:22
by Jools
Got it - an extra carriage return at the beginning of the file. This would not have broken anything but looked a bit ugly. Fixed now.

Thanks for reporting,



Jools

Re: Error message on blog page

Posted: 02 Jul 2022, 14:45
by bekateen
Great. Thanks!