↑の画像の1行目
1 |
Please change the value of 'Security.salt' in APP/Config/core.php to a salt value specific to your application. |
これは、\app\config\core.phpの
1 2 3 4 |
/** * A random string used in security hashing methods. */ Configure::write('Security.salt', 'ここを適当な文字列にする'); |
この箇所を修正すれば消えました。