Warning (2) : session_start(): Unable to clear session lock record [in /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Http/Session.php, line 366]
Warning (2) : session_start(): Failed to read session data: memcached (path: 54.248.37.87:11211) [in /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Http/Session.php, line 366]
Warning (512) : Unable to emit headers. Headers sent in file=/home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 65]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 158]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/ec-masters/forum-cakephp/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 191]
Error: Could not start the session

Could not start the session 📋

Cake\Core\Exception\CakeException
CORE/src/Http/Session.php at line 367 (edit)
            return false;
        }
        if (!session_start()) {
            throw new CakeException('Could not start the session');
        }
        $this->_started = true;

If you want to customize this error message, create templates/Error/error500.php