Motomichi Works Blog

モトミチワークスブログです。その日学習したことについて書いている日記みたいなものです。

さくらのレンタルサーバスタンダードとcakephpで開発その0002 Noticeに対処する

参考にさせて頂いたページ

CakePHPのダウンロードとインストール - CakePHPの使い方

Noticeの表示に対処

赤や黄色の帯で表示されている部分に順番に対処していく。
まずは

Notice (1024): Please change the value of 'Security.salt' in APP/Config/core.php to a salt value specific to your application. [/home/ユーザー名/cakephp/lib/Cake/Utility/Debugger.php, line 846]

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. [/home/ユーザー名/cakephp/lib/Cake/Utility/Debugger.php, line 850]

を消したいので、Debugger.phpを編集する。

これでNotice二つが消えた。