↑の画像の2行目
Please change the value of 'Security.cipherSeed' in APP/Config/core.php to a numeric (digits only) seed value specific to your application.
これは、\app\config\core.phpの
/**
* A random numeric string (digits only) used to encrypt/decrypt strings.
*/
Configure::write('Security.cipherSeed', 'ここを適当な数値にする');
この箇所を修正すれば消えました。
![CakePHP立ち上げエラー[Please change the value of ‘Security.cipherSeed’ in APP/Config/core.php to a numeric (digits only) seed value specific to your application.]](https://normalblog.net/system/wp-content/uploads/2015/11/cakephp.png)
