I recently started using cakephp3.1 and I get an error that is lower.
Warning (2): session_start (): attempt to destroy an uninitialized session [CORE / src / Network / Session.php, line 324]
Warning (2): session_start () [function.session-start]: Failed to decode the session object. Session was destroyed [CORE / src / Network / Session.php, line 324]
Warning (2): session_start () [function.session-start]: Unable to send session cache limiter - headers have already been sent (output started in /home/www/service/vendor/cakephp/cakephp/src/Error/Debugger.php : 742) [CORE / src / Network / Session.php, line 324]
When I set a multibyte word to a session, for example, the login username is Japanese or something multibyte set to blink, this happens.
So, I assumed that the mbstring extension is not installed. However, it is already installed.
source share