1 phpでMemcachedを利用出来るようにする。 この辺はググればいっぱい出てくると思うので省略します。 2. baserCMSの設定を変更する。 こんな感じに変更する。 <php >> //Configure::write('debug', 2); // --- Configure::write('debug', -1); // <<< /** * Configure the Error handler used to handle errors for your application. By default * ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0 * and log errors with CakeLog when debug = 0