ElkArte Community

Project Support => Support => Topic started by: radu81 on May 04, 2018, 09:10:33 am

Title: PHP 7.2 errors log
Post by: radu81 on May 04, 2018, 09:10:33 am
Using PHP 7.2 and Elkarte 1.1.3 I am getting some errors in php error log:

[04-May-2018 15:00:25 Europe/Rome] PHP Notice:  ob_clean(): failed to delete buffer. No buffer to delete in /public/sources/Subs.php on line 2069
[04-May-2018 15:00:25 Europe/Rome] PHP Warning:  Cannot modify header information - headers already sent in /public/sources/Subs.php on line 2079
[04-May-2018 15:00:25 Europe/Rome] PHP Warning:  Cannot modify header information - headers already sent in /public/sources/Subs.php on line 2080
[04-May-2018 15:00:25 Europe/Rome] PHP Warning:  Cannot modify header information - headers already sent in /public/sources/Subs.php on line 2083

Any suggestion how to solve this? Thank you
Title: Re: PHP 7.2 errors log
Post by: Spuds on May 04, 2018, 10:17:43 am
Its this thread .... https://www.elkarte.net/community/index.php?topic=5182

The temporary solution is in the thread ( comment out fastcgi_finish_request(); ) as the temporary fix
Title: Re: PHP 7.2 errors log
Post by: emanuele on May 04, 2018, 03:40:58 pm
And the problem is not 7.2, but fastcgi. :P