com_connect
com_connect copied to clipboard
ob_end_clean produces errors
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
Ugh yeah that's an old construct. We need to remove the error suppression and do that properly. Thanks for the report.