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
Seems to be there is ob_end_clean() without an ob_start(). That results in an error throw on my PHP8.1 installation.
com_connect/com_connect.php
Line 574 in 55d0606