When loading the dashboard I am seeing this error message below the footer.
How can this be resolved?
An Error occurred while handling another error:
yii\web\HeadersAlreadySentException: Headers already sent in /app/web/_protected/vendor/koolreport/dashboard/Response.php on line 176. in /app/web/_protected/vendor/yiisoft/yii2/web/Response.php:369
Stack trace:
#0 /app/web/_protected/vendor/yiisoft/yii2/web/Response.php(342): yii\web\Response->sendHeaders()
#1 /app/web/_protected/vendor/yiisoft/yii2/web/ErrorHandler.php(136): yii\web\Response->send()
#2 /app/web/_protected/vendor/yiisoft/yii2/base/ErrorHandler.php(152): yii\web\ErrorHandler->renderException(Object(yii\web\HeadersAlreadySentException))
#3 [internal function]: yii\base\ErrorHandler->handleException(Object(yii\web\HeadersAlreadySentException))
#4 {main}
Previous exception:
yii\web\HeadersAlreadySentException: Headers already sent in /app/web/_protected/vendor/koolreport/dashboard/Response.php on line 176. in /app/web/_protected/vendor/yiisoft/yii2/web/Response.php:369
Stack trace:
#0 /app/web/_protected/vendor/yiisoft/yii2/web/Response.php(342): yii\web\Response->sendHeaders()
#1 /app/web/_protected/vendor/yiisoft/yii2/base/Application.php(390): yii\web\Response->send()
#2 /app/web/public_html/index.php(19): yii\base\Application->run()
#3 {main}