TOP 投稿 過去ログ 管理用 RSS RDF

[CakePHP]エラーの対処

Notice (1024): Please change the value of 'Security.salt' in app/config/core.php to a salt value specific to your application [CORE\cake\libs\debugger.php, line 684]
「Security.salt」は、ハッシュの生成に用いられ、AuthComponentでの暗号化キーとして使用されます。
適当な値を設定したら後は変更してはいけません。
変更してしまうと登録したユーザーのパスワードが使えなくなります。
また再インストール時に再設定できるように内容を覚えておく必要があります。
[7a467752776e4d4f6f73664a486b4143316f39597777]
Notice (1024): Please change the value of 'Security.cipherSeed' in app/config/core.php to a numeric (digits only) seed value specific to your application [CORE\cake\libs\debugger.php, line 688]
「Security.cipherSeed」は、符号化されたクッキーをよりセキュアにするそうです。入力できるのは数字のみです。
[3931333734333236343132363036323535333430333836333832343734]
Your database configuration file is NOT present.
Rename config/database.php.default to config/database.php
⇒データベースへの接続が設定されていません。「database.php.default」をコピーして「database.php」を作成する。
[636173706572][656470624679765541464e6432525744]

CakePHP
The Cookbook へようこそCakePHPの料理本(マニュアル)
CakePHPフォーラム
CakePHP - Wikipedia
CakePHPで高速Webアプリ開発