hissyさん、ありがとうございます。なるほど、PHPのバグだったのですね。
ちょうどMAMPのアップグレードか、他のローカル環境構築を考えていたところでした。
(ちなみに、現在のMAMPのPHPのバージョンは5.4.4)
とりあえずMAMPのアップグレードを試してみます。ありがとうございました!
Re: ローカル環境でログアウトすると「予期せぬエラー」
2014年9月26日 at 4:35
右サイドの一番上は
Whoops \ Exception \ ErrorException (E_WARNING)
SessionHandler::write(): Parent session handler is not open
/updates/concrete5.7.0.1/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
77. return (bool) $this->handler->write($sessionId, $data);
です。
Your post has been saved and will be published after approval by the forum moderator.
takuro hishikawa
Re: ローカル環境でログアウトすると「予期せぬエラー」
SessionHandler::write(): Parent session handler is not open
http://stackoverflow.com/questions/18381544/sessionhandlerwrite-parent-session-handler-is-not-open
PHP自体のバグらしいです。5.4.xを使っている場合は、5.4.11以上にアップデートした方がいいみたいです。MAMPのバージョンが古いかな?