CakePHP立ち上げエラー[Please change the value of ‘Security.salt’ in APP/Config/core.php to a salt value specific to your application.]

CakePHP立ち上げエラー[Please change the value of ‘Security.salt’ in APP/Config/core.php to a salt value specific to your application.]

cakephp css

↑の画像の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の

/**
 * A random string used in security hashing methods.
 */
 Configure::write('Security.salt', 'ここを適当な文字列にする');

この箇所を修正すれば消えました。

Comments

No comments yet. Why don’t you start the discussion?

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です