com_connect icon indicating copy to clipboard operation
com_connect copied to clipboard

ob_end_clean produces errors

Open trenc opened this issue 2 years ago • 1 comments

Seems to be there is ob_end_clean() without an ob_start(). That results in an error throw on my PHP8.1 installation.

https://github.com/textpattern/com_connect/blob/55d06060ec513a869c9a432e5e95961c3d104c47/com_connect.php#L574

trenc avatar Jun 09 '23 16:06 trenc

Ugh yeah that's an old construct. We need to remove the error suppression and do that properly. Thanks for the report.

Bloke avatar Jun 09 '23 21:06 Bloke