↑の画像の2行目
1 |
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の
1 2 3 4 |
/** * A random numeric string (digits only) used to encrypt/decrypt strings. */ Configure::write('Security.cipherSeed', 'ここを適当な数値にする'); |
この箇所を修正すれば消えました。